Bumped version to 1.23.5-rc.1

This commit is contained in:
Simon Frei 2023-05-10 22:28:09 +02:00
parent 86a6fe1415
commit bf787bfb3b
2 changed files with 4 additions and 3 deletions

View File

@ -37,8 +37,8 @@ android {
applicationId "com.nutomic.syncthingandroid"
minSdkVersion 21
targetSdkVersion 32
versionCode 4340
versionName "1.23.4"
versionCode 4341
versionName "1.23.5-rc.1"
testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}

View File

@ -1 +1,2 @@
* Update Syncthing to v1.23.4 ( https://github.com/syncthing/syncthing/releases/tag/v1.23.4 )
* Migration to Material Design 3 (fixes #1833, fixes #1418) #1895
* Update Syncthing to v1.23.5-rc.1 ( https://github.com/syncthing/syncthing/releases/tag/v1.23.5-rc.1 )