1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 20:31:16 +00:00

Only use fat apk for easier handling

This commit is contained in:
Felix Ableitner 2016-12-16 16:24:50 +09:00
parent 9d9ab3eeea
commit 3ed3b2f398

View file

@ -39,30 +39,12 @@ android {
applicationId "com.nutomic.syncthingandroid"
minSdkVersion 11
targetSdkVersion 25
versionCode 112
versionCode 4112
versionName "0.9.2"
testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
}
productFlavors {
x86 {
versionCode Integer.parseInt("4" + defaultConfig.versionCode)
ndk {
abiFilter "x86"
}
}
armeabi {
versionCode Integer.parseInt("3" + defaultConfig.versionCode)
ndk {
abiFilter "armeabi"
}
}
fat {
versionCode Integer.parseInt("0" + defaultConfig.versionCode)
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8