diff --git a/app/build.gradle b/app/build.gradle index a1ede147..242f1d40 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "zapsolutions.zap" minSdkVersion 24 targetSdkVersion 31 - versionCode 36 - versionName "0.5.6-beta" + versionCode 37 + versionName "0.5.7-beta" vectorDrawables.useSupportLibrary = true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" setProperty("archivesBaseName", "zap-android-" + versionName + "(" + versionCode + ")")