Make it explicit that we're using 1.6

Can be bumped to 1.7 if minsdk is bumped to 8
This commit is contained in:
Daniel Martí 2014-06-05 10:23:55 +02:00
parent 67b608e4e5
commit 5dac28f882
2 changed files with 7 additions and 0 deletions

View File

@ -77,6 +77,11 @@ android {
compileSdkVersion 19
buildToolsVersion toolVersion
compileOptions {
sourceCompatibility = "1.6"
targetCompatibility = "1.6"
}
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'

View File

@ -1,6 +1,8 @@
proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
target=android-19
compile.source=1.6
compile.target=1.6
android.library.reference.1=extern/UniversalImageLoader/library
android.library.reference.2=extern/MemorizingTrustManager