2014-11-15 22:14:14 +01:00
|
|
|
target=android-21
|
|
|
|
|
|
|
|
android.library.reference.1=../extern/UniversalImageLoader/library
|
2015-03-31 23:45:17 +02:00
|
|
|
android.library.reference.2=../extern/AndroidPinning
|
|
|
|
android.library.reference.3=../extern/libsuperuser/libsuperuser
|
|
|
|
android.library.reference.4=../extern/zxing-core
|
|
|
|
android.library.reference.5=../extern/android-support-v4-preferencefragment
|
|
|
|
android.library.reference.6=../extern/Support/v7/appcompat
|
2014-11-15 22:14:14 +01:00
|
|
|
|
|
|
|
# For java libraries, place symlinks in ../extern/symlinks-for-ant-and-eclipse/
|
|
|
|
source.dir=src;../extern/symlinks-for-ant-and-eclipse
|
2014-10-09 18:02:22 -04:00
|
|
|
|
2015-01-03 17:04:50 +01:00
|
|
|
# With a target SDK of android-21 (5.0/Lollipop) and a Java 1.7 compiler, you
|
2014-10-09 18:02:22 -04:00
|
|
|
# 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
|