1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-25 05:41:15 +00:00

Bumped version to 1.27.6.1

This commit is contained in:
Simon Frei 2024-07-18 10:08:31 +02:00
parent a215709f07
commit e5fefc0b69

View file

@ -44,8 +44,8 @@ android {
applicationId = "com.nutomic.syncthingandroid" applicationId = "com.nutomic.syncthingandroid"
minSdk = 21 minSdk = 21
targetSdk = 33 targetSdk = 33
versionCode = 4388 versionCode = 4389
versionName = "1.27.6" versionName = "1.27.6.1"
testApplicationId = "com.nutomic.syncthingandroid.test" testApplicationId = "com.nutomic.syncthingandroid.test"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }