1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-01-23 10:25:54 +00:00

Bumped version to 0.10.17-beta1

This commit is contained in:
Audrius Butkevicius 2019-02-11 20:10:41 +00:00
parent 160e2bd66e
commit a5667b9e23
No known key found for this signature in database
GPG key ID: BE3528BA3FAAB362
2 changed files with 5 additions and 4 deletions

View file

@ -35,8 +35,8 @@ android {
applicationId "com.nutomic.syncthingandroid"
minSdkVersion 16
targetSdkVersion 26
versionCode 4150
versionName "0.10.15"
versionCode 4151
versionName "0.10.17-beta1"
testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
playAccountConfig = playAccountConfigs.defaultAccountConfig

View file

@ -1,2 +1,3 @@
* Updated syncthing to 0.14.51
* Cherry-picked fixes from Catfriend1 fork
* Update syncthing to v1.0.1
* Fix app getting killed by activity manager in Android 8+ (thanks Catfriend1 for backport)
* Show reasons for disabled service in notification dialog (#1264)