1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-29 07:41:17 +00:00

Bumped version to 1.25.0-rc.1.1

This commit is contained in:
Simon Frei 2023-09-13 08:46:53 +02:00
parent b0581607c4
commit 5847e74905
2 changed files with 5 additions and 5 deletions

View file

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

View file

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