diff --git a/app/build.gradle b/app/build.gradle index 4ca301d4..9082075d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,8 +42,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 21 targetSdkVersion 30 - versionCode 1180100 - versionName "1.18.1.0" + versionCode 1180200 + versionName "1.18.2.0" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' }