mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
JuceDemo: Reverted local path that accidentally ended up in Builds/Android/local.properties.
This commit is contained in:
parent
c5488e2f09
commit
783d892359
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# This file is used to override default values used by the Ant build system.
|
||||
# It is automatically generated by the Introjucer - DO NOT EDIT IT or your changes will be lost!.
|
||||
|
||||
sdk.dir=/home/fr810/SDKs/android-sdk
|
||||
ndk.dir=/home/fr810/SDKs/android-sdk/ndk-bundle
|
||||
sdk.dir=${user.home}/Library/Android/sdk
|
||||
ndk.dir=${user.home}/Library/Android/sdk/ndk-bundle
|
||||
key.store=${user.home}/.android/debug.keystore
|
||||
key.alias=androiddebugkey
|
||||
key.store.password=android
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue