Skip to content

Commit

Permalink
Update APK version to 1.2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Catfriend1 committed Aug 15, 2019
1 parent 9f5fcdf commit c5a2736
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ android {
applicationId "com.github.catfriend1.syncthingandroid"
minSdkVersion 16
targetSdkVersion 29
versionCode 1020202
versionName "1.2.2.2"
versionCode 1020201
versionName "1.2.2.1"
testApplicationId 'com.github.catfriend1.syncthingandroid.test'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down
2 changes: 1 addition & 1 deletion app/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ ext {
versionMajor = 1
versionMinor = 2
versionPatch = 2
versionWrapper = 2
versionWrapper = 1
}

0 comments on commit c5a2736

Please sign in to comment.