diff --git a/app/build.gradle b/app/build.gradle index 15e77f3..863c583 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.github.gotify" minSdkVersion 19 targetSdkVersion 29 - versionCode 19 - versionName "2.1.1" + versionCode 20 + versionName "2.1.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true }