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.
|
||||
split.density=false
|
||||
# Project target.
|
||||
target=android-21
|
||||
target=android-23
|
||||
dex.force.jumbo=true
|
||||
android.library.reference.1=../eclipse-compile/appcompat
|
||||
android.library.reference.2=../eclipse-compile/design
|
||||
|
|
|
@ -11,5 +11,5 @@
|
|||
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||
|
||||
# Project target.
|
||||
target=android-21
|
||||
target=android-23
|
||||
android.library=true
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||
|
||||
# Project target.
|
||||
target=android-21
|
||||
target=android-23
|
||||
android.library=true
|
||||
android.library.reference.1=../appcompat
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||
|
||||
# Project target.
|
||||
target=android-21
|
||||
target=android-23
|
||||
android.library=true
|
||||
android.library.reference.1=../appcompat
|
||||
|
|
Loading…
Reference in a new issue