Skip to content

Commit a5418ea

Browse files
committed
Production release 0.2.0.3
1 parent a60e69f commit a5418ea

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 = 38
143-
versionName = "0.2.0.2"
142+
versionCode = 39
143+
versionName = "0.2.0.3"
144144
}
145145
create("mwcoreDev") {
146146
dimension = "apps"
147147
applicationIdSuffix = ".mwcoreDev"
148148
versionNameSuffix = "-mwcoreDev"
149-
versionCode = 38
150-
versionName = "0.2.0.2"
149+
versionCode = 39
150+
versionName = "0.2.0.3"
151151
}
152152
create("mwcoreStaging") {
153153
dimension = "apps"
154154
applicationIdSuffix = ".mwcoreStaging"
155155
versionNameSuffix = "-mwcoreStaging"
156-
versionCode = 38
157-
versionName = "0.2.0.2"
156+
versionCode = 39
157+
versionName = "0.2.0.3"
158158
}
159159
}
160160

0 commit comments

Comments
 (0)