mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-30 00:01:19 +00:00
Update package name and version (#6)
This commit is contained in:
parent
65358ab02c
commit
a19b43f73a
1 changed files with 3 additions and 7 deletions
|
@ -23,7 +23,7 @@ android {
|
||||||
compileSdkVersion 27
|
compileSdkVersion 27
|
||||||
buildToolsVersion '27.0.3'
|
buildToolsVersion '27.0.3'
|
||||||
|
|
||||||
buildTypes.debug.applicationIdSuffix ".debug"
|
buildTypes.debug.applicationIdSuffix ".beta"
|
||||||
dataBinding.enabled = true
|
dataBinding.enabled = true
|
||||||
|
|
||||||
playAccountConfigs {
|
playAccountConfigs {
|
||||||
|
@ -35,8 +35,8 @@ android {
|
||||||
applicationId "com.nutomic.syncthingandroid"
|
applicationId "com.nutomic.syncthingandroid"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 4147
|
versionCode 4148
|
||||||
versionName "0.10.14-beta1"
|
versionName "0.10.14-beta2"
|
||||||
testApplicationId 'com.nutomic.syncthingandroid.test'
|
testApplicationId 'com.nutomic.syncthingandroid.test'
|
||||||
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
|
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
|
||||||
playAccountConfig = playAccountConfigs.defaultAccountConfig
|
playAccountConfig = playAccountConfigs.defaultAccountConfig
|
||||||
|
@ -58,10 +58,6 @@ android {
|
||||||
signingConfig = signingConfigs.release.storeFile ? signingConfigs.release : null
|
signingConfig = signingConfigs.release.storeFile ? signingConfigs.release : null
|
||||||
}
|
}
|
||||||
debug {
|
debug {
|
||||||
debuggable true
|
|
||||||
jniDebuggable true
|
|
||||||
renderscriptDebuggable true
|
|
||||||
minifyEnabled false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue