Bumped version to 1.22.2

This commit is contained in:
Simon Frei 2022-12-06 13:24:44 +01:00
parent 5082b5a8e3
commit c815bcf6d1
No known key found for this signature in database
GPG Key ID: 7C31D23ECB1006F3
2 changed files with 3 additions and 3 deletions

View File

@ -37,8 +37,8 @@ android {
applicationId "com.nutomic.syncthingandroid"
minSdkVersion 21
targetSdkVersion 31
versionCode 4330
versionName "1.22.2-rc.3.3"
versionCode 4331
versionName "1.22.2"
testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}

View File

@ -1,5 +1,5 @@
This version drops support for Android <5.0 (API level <21)
* Update Syncthing to v1.22.2-rc.3 ( https://github.com/syncthing/syncthing/releases/tag/v1.22.2-rc.3 )
* Update Syncthing to v1.22.2 ( https://github.com/syncthing/syncthing/releases/tag/v1.22.2 )
* Mobile data usage while run on mobile data is disabled ( https://github.com/syncthing/syncthing-android/issues/1852 )
* Target API level 31