diff --git a/app/build.gradle b/app/build.gradle index 9e377298..9d15eb00 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "zapsolutions.zap" minSdkVersion 23 targetSdkVersion 30 - versionCode 31 - versionName "0.5.1-beta" + versionCode 32 + versionName "0.5.2-beta" vectorDrawables.useSupportLibrary = true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" setProperty("archivesBaseName", "zap-android-" + versionName + "(" + versionCode + ")")