Skip to content

Commit ac3e09d

Browse files
committed
release version 1.0.2
1 parent 674e971 commit ac3e09d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
}
1212
1313
dependencies {
14-
implementation 'com.github.zhuanglee.CommonLibrary:utils:1.0.1'
15-
implementation 'com.github.zhuanglee.CommonLibrary:ui:1.0.1'
14+
implementation 'com.github.zhuanglee.CommonLibrary:utils:1.0.2'
15+
implementation 'com.github.zhuanglee.CommonLibrary:ui:1.0.2'
1616
}
1717
```

config.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ ext {
33
minSdk : 15,
44
targetSdk : 28,
55
compileSdk : 28,
6-
code : 13,
7-
name : "1.0.1",
6+
code : 14,
7+
name : "1.0.2",
88
// Android Support Library
99
supportLibrary : '28.0.0',
1010
constraintLayout: '1.1.3',

0 commit comments

Comments
 (0)