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