diff --git a/app/build.gradle b/app/build.gradle index 9c5da49b..30b81e44 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.github.gotify" minSdkVersion 19 targetSdkVersion 29 - versionCode 11 - versionName "2.0.8" + versionCode 12 + versionName "2.0.9" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true }