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