mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-23 18:35:54 +00:00
Bumped version to 0.10.17-beta1
This commit is contained in:
parent
160e2bd66e
commit
a5667b9e23
2 changed files with 5 additions and 4 deletions
|
@ -35,8 +35,8 @@ android {
|
||||||
applicationId "com.nutomic.syncthingandroid"
|
applicationId "com.nutomic.syncthingandroid"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 4150
|
versionCode 4151
|
||||||
versionName "0.10.15"
|
versionName "0.10.17-beta1"
|
||||||
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
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
* Updated syncthing to 0.14.51
|
* Update syncthing to v1.0.1
|
||||||
* Cherry-picked fixes from Catfriend1 fork
|
* Fix app getting killed by activity manager in Android 8+ (thanks Catfriend1 for backport)
|
||||||
|
* Show reasons for disabled service in notification dialog (#1264)
|
||||||
|
|
Loading…
Reference in a new issue