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