Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenreup committed Jan 22, 2024
1 parent 7a87706 commit 74fb282
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 30
versionName "0.1.20"
versionCode 31
versionName "0.1.21"
}
mwcoreDev {
dimension "apps"
applicationIdSuffix ".mwcoreDev"
versionNameSuffix "-mwcoreDev"
versionCode 30
versionName "0.1.20"
versionCode 31
versionName "0.1.21"
}
mwcoreProd {
dimension "apps"
applicationIdSuffix ".mwcoreProd"
versionNameSuffix "-mwcoreProd"
versionCode 8
versionName "0.0.8"
versionCode 9
versionName "0.0.9"
}
afyayangu {
dimension "apps"
Expand Down

0 comments on commit 74fb282

Please sign in to comment.