diff --git a/app/build.gradle b/app/build.gradle index 37df44d..55f30aa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.github.gotify" minSdkVersion 19 targetSdkVersion 28 - versionCode 6 - versionName "2.0.3" + versionCode 7 + versionName "2.0.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true }