We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077aa61 commit 2626d7eCopy full SHA for 2626d7e
2 files changed
qmui/build.gradle
@@ -1,7 +1,7 @@
1
apply plugin: 'com.android.library'
2
3
group = 'com.qmuiteam'
4
-version = "1.0.5" // QMUI 发布到 bintray 的版本号
+version = "1.0.6" // QMUI 发布到 bintray 的版本号
5
6
//noinspection GroovyMissingReturnStatement
7
android {
qmuidemo/build.gradle
@@ -25,7 +25,7 @@ android {
25
minSdkVersion parent.ext.minSdkVersion
26
targetSdkVersion parent.ext.targetSdkVersion
27
versionCode gitVersion
28
- versionName "1.0.5"
+ versionName "1.0.6"
29
}
30
buildTypes {
31
debug {
0 commit comments