mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-23 04:41:16 +00:00
Only use fat apk for easier handling
This commit is contained in:
parent
9d9ab3eeea
commit
3ed3b2f398
1 changed files with 1 additions and 19 deletions
20
build.gradle
20
build.gradle
|
@ -39,30 +39,12 @@ android {
|
||||||
applicationId "com.nutomic.syncthingandroid"
|
applicationId "com.nutomic.syncthingandroid"
|
||||||
minSdkVersion 11
|
minSdkVersion 11
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 112
|
versionCode 4112
|
||||||
versionName "0.9.2"
|
versionName "0.9.2"
|
||||||
testApplicationId 'com.nutomic.syncthingandroid.test'
|
testApplicationId 'com.nutomic.syncthingandroid.test'
|
||||||
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
|
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 {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_1_8
|
sourceCompatibility JavaVersion.VERSION_1_8
|
||||||
targetCompatibility JavaVersion.VERSION_1_8
|
targetCompatibility JavaVersion.VERSION_1_8
|
||||||
|
|
Loading…
Reference in a new issue