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:
parent
b94d2810e7
commit
f5c19ef612
6 changed files with 29 additions and 49 deletions
|
|
@ -112,13 +112,10 @@
|
|||
<MODULEPATH id="juce_audio_basics" path="../../modules"/>
|
||||
</MODULEPATHS>
|
||||
</LINUX_MAKE>
|
||||
<ANDROIDSTUDIO androidVersionCode="1" androidActivityClass="com.juce.networkgraphicsdemo.JUCENetworkGraphicsDemo"
|
||||
androidMinimumSDK="10" androidInternetNeeded="1" androidBluetoothNeeded="1"
|
||||
androidKeyStore="${user.home}/.android/debug.keystore" androidKeyStorePass="android"
|
||||
androidKeyAlias="androiddebugkey" androidKeyAliasPass="android"
|
||||
androidCpp11="1" targetFolder="Builds/AndroidStudio" androidSDKPath=""
|
||||
androidNDKPath="" bigIcon="Ww6bQw" androidScreenOrientation="unspecified"
|
||||
gradleVersion="2.10" gradleWrapperVersion="0.6.0-beta5" gradleToolchain="clang"
|
||||
<ANDROIDSTUDIO androidActivityClass="com.juce.networkgraphicsdemo.JUCENetworkGraphicsDemo"
|
||||
androidInternetNeeded="1" androidBluetoothNeeded="1" androidCpp11="1"
|
||||
targetFolder="Builds/AndroidStudio" androidSDKPath="" androidNDKPath=""
|
||||
bigIcon="Ww6bQw" androidScreenOrientation="unspecified" gradleToolchain="clang"
|
||||
gradleToolchainVersion="3.6" buildToolsVersion="23.0.1">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION name="Debug" androidArchitectures="armeabi armeabi-v7a x86" isDebug="1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue