Skip to content

Commit 60b4b00

Browse files
committed
Release v1.2.2
1 parent f1913e0 commit 60b4b00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ ext.projectArtifactId = { Project project ->
2828

2929
allprojects {
3030
group = 'kz.qbox.widget.webview'
31-
project.ext.version_code = 11
32-
version = '1.2.1'
31+
project.ext.version_code = 12
32+
version = '1.2.2'
3333
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
3434

3535
if (project.group != null) {

0 commit comments

Comments
 (0)