move all ant settings to project.properties
No need in having them scattered across multiple files.
This commit is contained in:
parent
8b9e5e5e5a
commit
851e13f485
@ -1,3 +0,0 @@
|
|||||||
java.encoding=UTF-8
|
|
||||||
java.source=1.7
|
|
||||||
java.target=1.7
|
|
@ -10,3 +10,10 @@ android.library.reference.7=../extern/Support/v7/appcompat
|
|||||||
|
|
||||||
# For java libraries, place symlinks in ../extern/symlinks-for-ant-and-eclipse/
|
# For java libraries, place symlinks in ../extern/symlinks-for-ant-and-eclipse/
|
||||||
source.dir=src;../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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user