Bumped version to 1.2.2.4

There is no change from 1.2.2.3 to 1.2.2.4. The version bump is entirely to
trigger a new build on F-Droid.
This commit is contained in:
Simon Frei 2019-09-19 08:46:21 +02:00
parent e0b49bb364
commit b9174bab49
No known key found for this signature in database
GPG Key ID: 7C31D23ECB1006F3
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ android {
applicationId "com.nutomic.syncthingandroid"
minSdkVersion 16
targetSdkVersion 28
versionCode 4193
versionName "1.2.2.3"
versionCode 4194
versionName "1.2.2.4"
testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
}