
Taken from the gradle plugin user guide: With Android KitKat (buildToolsVersion 19) you can use the diamond operator, multi-catch, strings in switches, try with resources, etc. Note that you can use minSdkVersion with a value earlier than 19, for all language features except try with resources. If you want to use try with resources, you will need to also use a minSdkVersion of 19. You also need to make sure that Gradle is using version 1.7 or later of the JDK. (And version 0.6.1 or later of the Android Gradle plugin.)
15 lines
641 B
Properties
15 lines
641 B
Properties
proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
|
|
|
target=android-19
|
|
|
|
android.library.reference.1=extern/UniversalImageLoader/library
|
|
android.library.reference.2=extern/MemorizingTrustManager
|
|
android.library.reference.3=extern/AndroidPinning
|
|
android.library.reference.4=extern/libsuperuser/libsuperuser
|
|
android.library.reference.5=extern/zxing-core
|
|
android.library.reference.6=extern/android-support-v4-preferencefragment
|
|
android.library.reference.7=extern/Support/v7/appcompat
|
|
|
|
# For java libraries, place symlinks in extern/symlinks-for-ant-and-eclipse/
|
|
source.dir=src;extern/symlinks-for-ant-and-eclipse
|