Release v1.2.1

v1.2.1-release v1.2.1
Alexander Bakker 5 years ago
parent 0f439506bd
commit adb80dfe43

@ -20,8 +20,8 @@ android {
applicationId "com.beemdevelopment.aegis" applicationId "com.beemdevelopment.aegis"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 35 versionCode 36
versionName "1.2" versionName "1.2.1"
multiDexEnabled true multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\"" buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\"" buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

Loading…
Cancel
Save