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