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