Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenreup committed Feb 1, 2024
1 parent f151a02 commit e63d027
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 31
versionName "0.1.21"
versionCode 32
versionName "0.1.22"
}
mwcoreDev {
dimension "apps"
applicationIdSuffix ".mwcoreDev"
versionNameSuffix "-mwcoreDev"
versionCode 31
versionName "0.1.21"
versionCode 32
versionName "0.1.22"
}
mwcoreProd {
dimension "apps"
applicationIdSuffix ".mwcoreProd"
versionNameSuffix "-mwcoreProd"
versionCode 9
versionName "0.0.9"
versionCode 10
versionName "0.1.0"
}
afyayangu {
dimension "apps"
Expand Down

0 comments on commit e63d027

Please sign in to comment.