Update to Android 6
This commit is contained in:
parent
2418bedd7f
commit
cc874110b1
4 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
||||||
# Indicates whether an apk should be generated for each density.
|
# Indicates whether an apk should be generated for each density.
|
||||||
split.density=false
|
split.density=false
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-21
|
target=android-23
|
||||||
dex.force.jumbo=true
|
dex.force.jumbo=true
|
||||||
android.library.reference.1=../eclipse-compile/appcompat
|
android.library.reference.1=../eclipse-compile/appcompat
|
||||||
android.library.reference.2=../eclipse-compile/design
|
android.library.reference.2=../eclipse-compile/design
|
||||||
|
|
|
@ -11,5 +11,5 @@
|
||||||
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||||
|
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-21
|
target=android-23
|
||||||
android.library=true
|
android.library=true
|
||||||
|
|
|
@ -11,6 +11,6 @@
|
||||||
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||||
|
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-21
|
target=android-23
|
||||||
android.library=true
|
android.library=true
|
||||||
android.library.reference.1=../appcompat
|
android.library.reference.1=../appcompat
|
||||||
|
|
|
@ -11,6 +11,6 @@
|
||||||
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||||
|
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-21
|
target=android-23
|
||||||
android.library=true
|
android.library=true
|
||||||
android.library.reference.1=../appcompat
|
android.library.reference.1=../appcompat
|
||||||
|
|
Loading…
Reference in a new issue