mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 14:21:16 +00:00
parent
d2bf20aaa6
commit
6a8f8b3267
2 changed files with 5 additions and 9 deletions
|
@ -32,12 +32,12 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.nutomic.syncthingandroid"
|
applicationId "com.github.catfriend1.syncthingandroid"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 4147
|
versionCode 4149
|
||||||
versionName "0.10.14-beta1"
|
versionName "0.14.50.rc2.1"
|
||||||
testApplicationId 'com.nutomic.syncthingandroid.test'
|
testApplicationId 'com.github.catfriend1.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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 6b82538e623feb4df2bef9fc4b37d581de96309a
|
Subproject commit 7812c2c937ad98c24cb6e0bd56ce1d9b4ab967a4
|
Loading…
Reference in a new issue