You've already forked libopenshot-audio
mirror of
https://github.com/OpenShot/libopenshot-audio.git
synced 2026-03-02 08:54:01 -08:00
Upgrade JUCE to 5.4.7 (#88)
* Update to JUCE 5.4.7 * Update our header copies in include/ * Update CMake banner message * Gitlab builder updates - linux => linux-bionic - Newer macOS SDK - cmake commands for configure/build/install steps on Win/Mac (Linux cmake is too old)
This commit is contained in:
@@ -26,8 +26,8 @@ Remove any classes that you are not interested in (typically you'll find
|
||||
Java.class, JuceApp.class and JuceSharingContentProvider.class which you will
|
||||
probably want to remove).
|
||||
|
||||
6. Inside of app/build/intermediates/classes/release_/release execute the
|
||||
following dx command:
|
||||
6. Inside of build/intermediates/javac/release_Release/compileRelease_ReleaseJavaWithJavac/classes
|
||||
execute the following dx command:
|
||||
|
||||
<path-to-your-android-sdk>/build-tools/<latest-build-tool-version>/dx --dex --verbose --min-sdk-version=<your-min-sdk-of-your-classes> --output /tmp/JavaDexByteCode.dex .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user