BobStore/F-Droid/project.properties
Hans-Christoph Steiner 851e13f485 move all ant settings to project.properties
No need in having them scattered across multiple files.
2014-12-11 13:59:29 +01:00

20 lines
866 B
Properties

target=android-21
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
# With a target SDK of android-19 (4.4.2/KitKat) and a Java 1.7 compiler, you
# can use Java 1.7 features like the <> diamond operator, multi-catch, strings
# in switches, etc. zxing uses the <> operator, so Java 1.7 is required.
java.encoding=UTF-8
java.source=1.7
java.target=1.7