1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 12:21:15 +00:00

Bumped version to 1.26.0-rc.1

This commit is contained in:
Simon Frei 2023-10-14 13:17:35 +02:00
parent 9d7abf5091
commit 3801c13a8e
2 changed files with 4 additions and 8 deletions

View file

@ -37,8 +37,8 @@ android {
applicationId "com.nutomic.syncthingandroid"
minSdkVersion 21
targetSdkVersion 33
versionCode 4365
versionName "1.25.0-rc.1.1"
versionCode 4366
versionName "1.26.0-rc.1"
testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}

View file

@ -1,6 +1,2 @@
* Update Syncthing to v1.25.0-rc.1 ( https://github.com/syncthing/syncthing/releases/tag/v1.25.0-rc.1 )
* Fix local discovery ( #1628 )
* Fix status bar text and icons color in light mode ( fixes #1963 )
* Remove non-functional restartOnWakeup from app settings ( fixes #1961 )
* Target Android SKD level 30 (Android 13 - Google play requirement)
* Update Syncthing to v1.26.0-rc.1: https://github.com/syncthing/syncthing/releases/tag/v1.26.0-rc.1
* App changelog: https://github.com/syncthing/syncthing-android/releases/tag/1.26.0-rc.1