Commit 2f9454e 1 parent 3391b0d commit 2f9454e Copy full SHA for 2f9454e
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -139,22 +139,22 @@ android {
139
139
dimension = " apps"
140
140
applicationIdSuffix = " .mwcore"
141
141
versionNameSuffix = " -mwcore"
142
- versionCode = 37
143
- versionName = " 0.2.0.2-beta2 "
142
+ versionCode = 38
143
+ versionName = " 0.2.0.2"
144
144
}
145
145
create(" mwcoreDev" ) {
146
146
dimension = " apps"
147
147
applicationIdSuffix = " .mwcoreDev"
148
148
versionNameSuffix = " -mwcoreDev"
149
- versionCode = 37
150
- versionName = " 0.2.0.2-beta2 "
149
+ versionCode = 38
150
+ versionName = " 0.2.0.2"
151
151
}
152
152
create(" mwcoreStaging" ) {
153
153
dimension = " apps"
154
154
applicationIdSuffix = " .mwcoreStaging"
155
155
versionNameSuffix = " -mwcoreStaging"
156
- versionCode = 37
157
- versionName = " 0.2.0.2-beta2 "
156
+ versionCode = 38
157
+ versionName = " 0.2.0.2"
158
158
}
159
159
}
160
160
You can’t perform that action at this time.
0 commit comments