We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674e971 commit ac3e09dCopy full SHA for ac3e09d
2 files changed
README.md
@@ -11,7 +11,7 @@ repositories {
11
}
12
13
dependencies {
14
- implementation 'com.github.zhuanglee.CommonLibrary:utils:1.0.1'
15
- implementation 'com.github.zhuanglee.CommonLibrary:ui:1.0.1'
+ implementation 'com.github.zhuanglee.CommonLibrary:utils:1.0.2'
+ implementation 'com.github.zhuanglee.CommonLibrary:ui:1.0.2'
16
17
```
config.gradle
@@ -3,8 +3,8 @@ ext {
3
minSdk : 15,
4
targetSdk : 28,
5
compileSdk : 28,
6
- code : 13,
7
- name : "1.0.1",
+ code : 14,
+ name : "1.0.2",
8
// Android Support Library
9
supportLibrary : '28.0.0',
10
constraintLayout: '1.1.3',
0 commit comments