Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 59c4592

Browse files
committed
Bumped version to 1.23.6-rc.1
1 parent 71d0918 commit 59c4592

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ android {
3737
applicationId "com.nutomic.syncthingandroid"
3838
minSdkVersion 21
3939
targetSdkVersion 32
40-
versionCode 4342
41-
versionName "1.23.5"
40+
versionCode 4343
41+
versionName "1.23.6-rc.1"
4242
testApplicationId 'com.nutomic.syncthingandroid.test'
4343
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
4444
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
* Migration to Material Design 3 (fixes #1833, fixes #1418) #1895
2-
* Update Syncthing to v1.23.5 ( https://github.com/syncthing/syncthing/releases/tag/v1.23.5 )
1+
* Fix some UI issues after the migration to Material Design 3 (#1915, #1918)
2+
* Fix crashes due to syncthing event parsing failure (#1884)
3+
* Update Syncthing to v1.23.6-rc.1 ( https://github.com/syncthing/syncthing/releases/tag/v1.23.6-rc.1 )

0 commit comments

Comments
 (0)