mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 20:31:16 +00:00
Bumped version to 1.25.0-rc.1
This commit is contained in:
parent
0bfb88d963
commit
b0581607c4
2 changed files with 5 additions and 3 deletions
|
@ -37,8 +37,8 @@ android {
|
||||||
applicationId "com.nutomic.syncthingandroid"
|
applicationId "com.nutomic.syncthingandroid"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 33
|
targetSdkVersion 33
|
||||||
versionCode 4362
|
versionCode 4364
|
||||||
versionName "1.24.0-rc.1"
|
versionName "1.25.0-rc.1"
|
||||||
testApplicationId 'com.nutomic.syncthingandroid.test'
|
testApplicationId 'com.nutomic.syncthingandroid.test'
|
||||||
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
* Update Syncthing to v1.24.0-rc.1 ( https://github.com/syncthing/syncthing/releases/tag/v1.24.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 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 https://github.com/syncthing/syncthing-android/issues/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 https://github.com/syncthing/syncthing-android/issues/1961 )
|
||||||
|
* Target Android SKD level 30 (Android 13 - Google play requirement)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue