Bumped version to 1.22.2-rc.3

This commit is contained in:
Simon Frei 2022-11-24 20:34:04 +01:00
parent f1428df298
commit be5f6476f7
No known key found for this signature in database
GPG Key ID: 7C31D23ECB1006F3
2 changed files with 4 additions and 3 deletions

View File

@ -42,8 +42,8 @@ android {
applicationId "com.nutomic.syncthingandroid"
minSdkVersion 16
targetSdkVersion 30
versionCode 4326
versionName "1.22.2-rc.1"
versionCode 4327
versionName "1.22.2-rc.3"
testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}

View File

@ -1 +1,2 @@
* Update Syncthing to v1.22.2-rc.1 ( https://github.com/syncthing/syncthing/releases/tag/v1.22.2-rc.1 )
* Update Syncthing to v1.22.2-rc.3 ( https://github.com/syncthing/syncthing/releases/tag/v1.22.2-rc.3 )
* Mobile data usage while run on mobile data is disabled ( https://github.com/syncthing/syncthing-android/issues/1852 )