Skip to content

Commit

Permalink
Bumped version to 1.25.0-rc.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imsodin committed Sep 13, 2023
1 parent b058160 commit 5847e74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 4364
versionName "1.25.0-rc.1"
versionCode 4365
versionName "1.25.0-rc.1.1"
testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/play/release-notes/en-GB/default.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
* 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 )
* 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)

0 comments on commit 5847e74

Please sign in to comment.