diff --git a/app/build.gradle b/app/build.gradle index 0a4da6f..3987a87 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.github.gotify" minSdkVersion 19 targetSdkVersion 28 - versionCode 9 - versionName "2.0.6" + versionCode 10 + versionName "2.0.7" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true }