Skip to content

Commit

Permalink
Bumped version to 1.25.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imsodin committed Sep 12, 2023
1 parent 0bfb88d commit b058160
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ android {
applicationId "com.nutomic.syncthingandroid"
minSdkVersion 21
targetSdkVersion 33
versionCode 4362
versionName "1.24.0-rc.1"
versionCode 4364
versionName "1.25.0-rc.1"
testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down
4 changes: 3 additions & 1 deletion app/src/main/play/release-notes/en-GB/default.txt
Original file line number Diff line number Diff line change
@@ -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 )
* 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)

0 comments on commit b058160

Please sign in to comment.