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 {
2525Add the dependencies in your app level ` build.gradle ` .
2626``` groovy
2727dependencies {
28- implementation 'com.codezjx.library:andlinker:0.7.1 '
28+ implementation 'com.codezjx.library:andlinker:0.7.2 '
2929}
3030```
3131
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ allprojects {
1717在App的` build.gradle ` 中添加如下依赖
1818``` groovy
1919dependencies {
20- implementation 'com.codezjx.library:andlinker:0.7.1 '
20+ implementation 'com.codezjx.library:andlinker:0.7.2 '
2121}
2222```
2323
Original file line number Diff line number Diff line change 1111 siteUrl = ' https://github.com/codezjx/AndLinker'
1212 gitUrl = ' https://github.com/codezjx/AndLinker.git'
1313
14- libraryVersion = ' 0.7.1 '
14+ libraryVersion = ' 0.7.2 '
1515
1616 developerId = ' codezjx'
1717 developerName = ' codezjx'
You can’t perform that action at this time.
0 commit comments