diff --git a/app/build.gradle b/app/build.gradle index 4a478854..a1d78b1c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "zapsolutions.zap" minSdkVersion 24 targetSdkVersion 31 - versionCode 39 - versionName "0.5.9-beta" + versionCode 40 + versionName "0.5.10-beta" vectorDrawables.useSupportLibrary = true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" setProperty("archivesBaseName", "zap-android-" + versionName + "(" + versionCode + ")")