1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-02 01:01:17 +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" applicationId "com.nutomic.syncthingandroid"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 26 targetSdkVersion 26
versionCode 4166 versionCode 4167
versionName "1.1.2" versionName "1.1.4-rc.1"
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

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