Bumped version to 1.27.12.1

This commit is contained in:
Simon Frei 2024-09-29 17:49:47 +02:00
parent a85b5a6cd3
commit 7e98855437
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ android {
applicationId = "com.nutomic.syncthingandroid" applicationId = "com.nutomic.syncthingandroid"
minSdk = 21 minSdk = 21
targetSdk = 33 targetSdk = 33
versionCode = 4392 versionCode = 4393
versionName = "1.27.12" versionName = "1.27.12.1"
testApplicationId = "com.nutomic.syncthingandroid.test" testApplicationId = "com.nutomic.syncthingandroid.test"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }