diff --git a/app/build.gradle b/app/build.gradle index ed9f4cba..f1027c4f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId "com.beemdevelopment.aegis" minSdkVersion 21 targetSdkVersion 29 - versionCode 31 - versionName "1.2-beta2" + versionCode 32 + versionName "1.2-beta3" multiDexEnabled true buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\"" buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""