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

Bumped version to 1.1.4-rc.1

This commit is contained in:
Simon Frei 2019-05-13 20:45:56 +02:00
parent 676adbb5b6
commit 971a1dd4f4
2 changed files with 5 additions and 3 deletions

View file

@ -35,8 +35,8 @@ android {
applicationId "com.nutomic.syncthingandroid"
minSdkVersion 16
targetSdkVersion 26
versionCode 4166
versionName "1.1.2"
versionCode 4167
versionName "1.1.4-rc.1"
testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
playAccountConfig = playAccountConfigs.defaultAccountConfig

View file

@ -1 +1,3 @@
* Update syncthing to v1.1.2
* Disable badge for persistent notification (fixes #1305)
* Show notification badge if user interaction is required (#1310)
* Update syncthing to v1.1.4-rc.1