diff --git a/app/build.gradle b/app/build.gradle index 5ca4c408..f9044fa8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.github.gotify" minSdkVersion 19 targetSdkVersion 30 - versionCode 23 - versionName "2.3.0" + versionCode 24 + versionName "2.3.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true }