1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 20:31:16 +00:00

Bumped version to 1.22.3-rc.1

This commit is contained in:
Simon Frei 2022-12-17 21:58:59 +01:00
parent c50baca2cd
commit f6272fabb8
No known key found for this signature in database
GPG key ID: 7C31D23ECB1006F3
2 changed files with 3 additions and 7 deletions

View file

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

View file

@ -1,5 +1 @@
This version drops support for Android <5.0 (API level <21)
* 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
* Update Syncthing to v1.22.3-rc.1 ( https://github.com/syncthing/syncthing/releases/tag/v1.22.3-rc.1 )