File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ allprojects {
25
25
Add the dependencies in your app level ` build.gradle ` .
26
26
``` groovy
27
27
dependencies {
28
- implementation 'com.codezjx.library:andlinker:0.7.0 '
28
+ implementation 'com.codezjx.library:andlinker:0.7.1 '
29
29
}
30
30
```
31
31
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ allprojects {
17
17
在App的` build.gradle ` 中添加如下依赖
18
18
``` groovy
19
19
dependencies {
20
- implementation 'com.codezjx.library:andlinker:0.7.0 '
20
+ implementation 'com.codezjx.library:andlinker:0.7.1 '
21
21
}
22
22
```
23
23
Original file line number Diff line number Diff line change 11
11
siteUrl = ' https://github.com/codezjx/AndLinker'
12
12
gitUrl = ' https://github.com/codezjx/AndLinker.git'
13
13
14
- libraryVersion = ' 0.7.0 '
14
+ libraryVersion = ' 0.7.1 '
15
15
16
16
developerId = ' codezjx'
17
17
developerName = ' codezjx'
You can’t perform that action at this time.
0 commit comments