diff --git a/app/build.gradle b/app/build.gradle index d76643ab..39dfb813 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,8 +44,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 21 targetSdkVersion 33 - versionCode 1220201 - versionName "1.22.2.1" + versionCode 1220202 + versionName "1.22.2.2" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' }