1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-26 06:11:19 +00:00

Update package name and version (#6)

This commit is contained in:
Catfriend1 2018-08-19 23:58:31 +02:00 committed by GitHub
parent 65358ab02c
commit a19b43f73a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ android {
compileSdkVersion 27
buildToolsVersion '27.0.3'
buildTypes.debug.applicationIdSuffix ".debug"
buildTypes.debug.applicationIdSuffix ".beta"
dataBinding.enabled = true
playAccountConfigs {
@ -35,8 +35,8 @@ android {
applicationId "com.nutomic.syncthingandroid"
minSdkVersion 16
targetSdkVersion 26
versionCode 4147
versionName "0.10.14-beta1"
versionCode 4148
versionName "0.10.14-beta2"
testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
playAccountConfig = playAccountConfigs.defaultAccountConfig
@ -58,10 +58,6 @@ android {
signingConfig = signingConfigs.release.storeFile ? signingConfigs.release : null
}
debug {
debuggable true
jniDebuggable true
renderscriptDebuggable true
minifyEnabled false
}
}