Skip to content

Commit 2f9454e

Browse files
authored
Production release 0.2.0.2 (#111)
1 parent 3391b0d commit 2f9454e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

android/quest/build.gradle.kts

+6-6
Original file line numberDiff line numberDiff line change
@@ -139,22 +139,22 @@ android {
139139
dimension = "apps"
140140
applicationIdSuffix = ".mwcore"
141141
versionNameSuffix = "-mwcore"
142-
versionCode = 37
143-
versionName = "0.2.0.2-beta2"
142+
versionCode = 38
143+
versionName = "0.2.0.2"
144144
}
145145
create("mwcoreDev") {
146146
dimension = "apps"
147147
applicationIdSuffix = ".mwcoreDev"
148148
versionNameSuffix = "-mwcoreDev"
149-
versionCode = 37
150-
versionName = "0.2.0.2-beta2"
149+
versionCode = 38
150+
versionName = "0.2.0.2"
151151
}
152152
create("mwcoreStaging") {
153153
dimension = "apps"
154154
applicationIdSuffix = ".mwcoreStaging"
155155
versionNameSuffix = "-mwcoreStaging"
156-
versionCode = 37
157-
versionName = "0.2.0.2-beta2"
156+
versionCode = 38
157+
versionName = "0.2.0.2"
158158
}
159159
}
160160

0 commit comments

Comments
 (0)