diff --git a/app/build.gradle b/app/build.gradle index 28d1d41f..e9058f44 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "zapsolutions.zap" minSdkVersion 24 targetSdkVersion 30 - versionCode 33 - versionName "0.5.3-beta" + versionCode 34 + versionName "0.5.4-beta" vectorDrawables.useSupportLibrary = true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" setProperty("archivesBaseName", "zap-android-" + versionName + "(" + versionCode + ")")