diff --git a/app/build.gradle b/app/build.gradle index 34bf1e2..e14a346 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.github.gotify" minSdkVersion 19 targetSdkVersion 30 - versionCode 21 - versionName "2.1.3" + versionCode 22 + versionName "2.2.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true }