Skip to content

Commit

Permalink
Update build.gradle (#2735)
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenreup authored Sep 8, 2023
1 parent 0ded80b commit c28e435
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions android/quest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,22 +173,22 @@ android {
dimension "apps"
applicationIdSuffix ".mwcore"
versionNameSuffix "-mwcore"
versionCode 22
versionName "0.1.12"
versionCode 23
versionName "0.1.13"
}
mwcoreDev {
dimension "apps"
applicationIdSuffix ".mwcoreDev"
versionNameSuffix "-mwcoreDev"
versionCode 21
versionName "0.1.12"
versionCode 23
versionName "0.1.13"
}
mwcoreProd {
dimension "apps"
applicationIdSuffix ".mwcoreProd"
versionNameSuffix "-mwcoreProd"
versionCode 2
versionName "0.0.2"
versionCode 3
versionName "0.0.3"
}
afyayangu {
dimension "apps"
Expand Down

0 comments on commit c28e435

Please sign in to comment.