bump build number

This commit is contained in:
Phillip Thelen 2018-11-28 14:14:04 +01:00
parent 9a94fc99a8
commit 9e3aa68d58
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -64,3 +64,4 @@ captures
/fastlane/secret-key.json
/fastlane/report.xml
fastlane/metadata/android/*/changelogs/
/Habitica/amazon

View file

@ -145,8 +145,8 @@ android {
buildConfigField "String", "STORE", "\"google\""
multiDexEnabled true
versionCode 2038
versionName "1.6"
versionCode 2040
versionName "1.6.1"
}
lintOptions {