Skip to content

Commit 2626d7e

Browse files
committed
release 1.0.6
1 parent 077aa61 commit 2626d7e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

qmui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.library'
22

33
group = 'com.qmuiteam'
4-
version = "1.0.5" // QMUI 发布到 bintray 的版本号
4+
version = "1.0.6" // QMUI 发布到 bintray 的版本号
55

66
//noinspection GroovyMissingReturnStatement
77
android {

qmuidemo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
minSdkVersion parent.ext.minSdkVersion
2626
targetSdkVersion parent.ext.targetSdkVersion
2727
versionCode gitVersion
28-
versionName "1.0.5"
28+
versionName "1.0.6"
2929
}
3030
buildTypes {
3131
debug {

0 commit comments

Comments
 (0)