Skip to content

Commit

Permalink
Bumped version to 1.26.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imsodin committed Oct 14, 2023
1 parent 9d7abf5 commit 3801c13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 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 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'
}
Expand Down
8 changes: 2 additions & 6 deletions app/src/main/play/release-notes/en-GB/default.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3801c13

Please sign in to comment.