Bumped version to 1.27.10

This commit is contained in:
Simon Frei 2024-08-11 13:09:50 +02:00
parent 250e864708
commit 4f51eed9e2
2 changed files with 6 additions and 4 deletions

View File

@ -44,8 +44,8 @@ android {
applicationId = "com.nutomic.syncthingandroid"
minSdk = 21
targetSdk = 33
versionCode = 4390
versionName = "1.27.6.2"
versionCode = 4391
versionName = "1.27.10"
testApplicationId = "com.nutomic.syncthingandroid.test"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -1,2 +1,4 @@
* Update Syncthing to v1.27.6: https://github.com/syncthing/syncthing/releases/tag/v1.27.6
* App changelog: https://github.com/syncthing/syncthing-android/releases/tag/1.27.6
* Update Syncthing to v1.27.10: https://github.com/syncthing/syncthing/releases/tag/v1.27.10
* App changelog: https://github.com/syncthing/syncthing-android/releases/tag/1.27.10
Still no releases on google play, see https://github.com/syncthing/syncthing-android/issues/2064