1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-23 11:21:29 +00:00

Bumped version to 1.19.0-rc.2

This commit is contained in:
Simon Frei 2022-01-27 22:11:37 +01:00
parent 2abf0d06f5
commit 8b3ca26e4a
No known key found for this signature in database
GPG key ID: 7C31D23ECB1006F3
2 changed files with 3 additions and 3 deletions

View file

@ -42,8 +42,8 @@ android {
applicationId "com.nutomic.syncthingandroid" applicationId "com.nutomic.syncthingandroid"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 30 targetSdkVersion 30
versionCode 4293 versionCode 4294
versionName "1.18.6-rc.1.2" versionName "1.19.0-rc.2"
testApplicationId 'com.nutomic.syncthingandroid.test' testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
} }

View file

@ -2,5 +2,5 @@ Warning!
This release targets API level 30, which changes how Android lets Syncthing interact with the filesystem. As always please make sure you have a good backup of your data. Please report your expierences with the beta on https://forum.syncthing.net. This release targets API level 30, which changes how Android lets Syncthing interact with the filesystem. As always please make sure you have a good backup of your data. Please report your expierences with the beta on https://forum.syncthing.net.
* Target API level 30 / Android 11 ( https://github.com/syncthing/syncthing-android/issues/1721 ) * Target API level 30 / Android 11 ( https://github.com/syncthing/syncthing-android/issues/1721 )
* Update Syncthing to v1.18.6-rc.1 ( https://github.com/syncthing/syncthing/releases/tag/v1.18.6-rc.1 ) * Update Syncthing to v1.19.0-rc.2 ( https://github.com/syncthing/syncthing/releases/tag/v1.19.0-rc.2 )