mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-29 15:51:17 +00:00
Bumped version to 1.1.4
This commit is contained in:
parent
4620f339f6
commit
9c0a05c470
2 changed files with 3 additions and 3 deletions
|
@ -35,8 +35,8 @@ android {
|
||||||
applicationId "com.nutomic.syncthingandroid"
|
applicationId "com.nutomic.syncthingandroid"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 4169
|
versionCode 4170
|
||||||
versionName "1.1.4-rc.2"
|
versionName "1.1.4"
|
||||||
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,3 +1,3 @@
|
||||||
* Disable badge for persistent notification (fixes #1305)
|
* Disable badge for persistent notification (fixes #1305)
|
||||||
* Show notification badge if user interaction is required (#1310)
|
* Show notification badge if user interaction is required (#1310)
|
||||||
* Update syncthing to v1.1.4-rc.1
|
* Update syncthing to v1.1.4
|
||||||
|
|
Loading…
Reference in a new issue