1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-01-09 19:53:33 +00:00

Bumped version to 1.6.0-rc.4.1

This commit is contained in:
Simon Frei 2020-05-17 16:57:33 +02:00
parent 74b460d3e1
commit 4b0b9b3b34
2 changed files with 3 additions and 2 deletions

View file

@ -35,8 +35,8 @@ android {
applicationId "com.nutomic.syncthingandroid"
minSdkVersion 16
targetSdkVersion 28
versionCode 4231
versionName "1.6.0-rc.4"
versionCode 4232
versionName "1.6.0-rc.4.1"
testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
}

View file

@ -1 +1,2 @@
* Fix startup problem when running as root ( https://github.com/syncthing/syncthing-android/issues/1504 )
* Update Syncthing to v1.6.0-rc.4 ( https://github.com/syncthing/syncthing/releases/tag/v1.6.0-rc.4 )