mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 12:21:15 +00:00
Bumped version to 1.18.1-rc.1
This commit is contained in:
parent
653bcef807
commit
bc45b27952
2 changed files with 4 additions and 3 deletions
|
@ -41,8 +41,8 @@ android {
|
|||
applicationId "com.nutomic.syncthingandroid"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 29
|
||||
versionCode 4279
|
||||
versionName "1.18.0"
|
||||
versionCode 4280
|
||||
versionName "1.18.1-rc.1"
|
||||
testApplicationId 'com.nutomic.syncthingandroid.test'
|
||||
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
||||
}
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
* Update Syncthing to v1.18.0 ( https://github.com/syncthing/syncthing/releases/tag/v1.18.0 )
|
||||
* Update Syncthing to v1.18.1-rc.1 ( https://github.com/syncthing/syncthing/releases/tag/v1.18.1-rc.1 )
|
||||
* #1673: Encryption password is overwritten for any change to any folder using the Android UI
|
||||
|
|
Loading…
Reference in a new issue