1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Fixed Android build settings of all .jucer files to use new default values instead of hard-coded old values (gradle version etc.)

This commit is contained in:
Timur Doumler 2016-04-19 15:20:13 +01:00
parent b94d2810e7
commit f5c19ef612
6 changed files with 29 additions and 49 deletions

View file

@ -162,11 +162,9 @@
</MODULEPATHS>
</VS2015>
<ANDROID targetFolder="Builds/Android" androidActivityClass="com.juce.jucedemo.JuceDemo"
androidSDKPath="" androidNDKPath="" androidMinimumSDK="23" androidInternetNeeded="1"
androidKeyStore="${user.home}/.android/debug.keystore" androidKeyStorePass="android"
androidKeyAlias="androiddebugkey" androidKeyAliasPass="android"
androidSDKPath="" androidNDKPath="" androidInternetNeeded="1"
androidMicNeeded="1" bigIcon="xycKOk" androidCpp11="1" smallIcon="BvyE0d"
androidVersionCode="1" androidBluetoothNeeded="0" androidTheme="@android:style/Theme.NoTitleBar"
androidBluetoothNeeded="0" androidTheme="@android:style/Theme.NoTitleBar"
androidScreenOrientation="unspecified">
<CONFIGURATIONS>
<CONFIGURATION name="Debug" androidArchitectures="armeabi x86" isDebug="1" optimisation="1"
@ -192,14 +190,11 @@
<MODULEPATH id="juce_box2d" path="../../modules"/>
</MODULEPATHS>
</ANDROID>
<ANDROIDSTUDIO androidVersionCode="1" androidActivityClass="com.yourcompany.jucedemo.JuceDemo"
androidMinimumSDK="23" androidInternetNeeded="1" androidKeyStore="${user.home}/.android/debug.keystore"
androidKeyStorePass="android" androidKeyAlias="androiddebugkey"
androidKeyAliasPass="android" androidCpp11="1" targetFolder="Builds/AndroidStudio"
androidSDKPath="" androidNDKPath="" androidBluetoothNeeded="1"
bigIcon="BvyE0d" androidScreenOrientation="unspecified" androidMicNeeded="1"
gradleVersion="2.10" gradleWrapperVersion="0.6.0-beta5" gradleToolchain="clang"
gradleToolchainVersion="3.6" buildToolsVersion="23.0.1">
<ANDROIDSTUDIO androidActivityClass="com.yourcompany.jucedemo.JuceDemo" androidInternetNeeded="1"
androidCpp11="1" targetFolder="Builds/AndroidStudio" androidSDKPath=""
androidNDKPath="" androidBluetoothNeeded="1" bigIcon="BvyE0d"
androidScreenOrientation="unspecified" androidMicNeeded="1" gradleToolchain="clang"
gradleToolchainVersion="3.6" buildToolsVersion="23.0.1" androidTheme="@android:style/Theme.NoTitleBar">
<CONFIGURATIONS>
<CONFIGURATION name="Debug" androidArchitectures="armeabi x86" isDebug="1" optimisation="1"
targetName="JuceDemo"/>