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:
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"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue