Skip to content

Commit 8a57d69

Browse files
committed
Update library version to 0.7.1
1 parent 455e072 commit 8a57d69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ allprojects {
2525
Add the dependencies in your app level `build.gradle`.
2626
```groovy
2727
dependencies {
28-
implementation 'com.codezjx.library:andlinker:0.7.0'
28+
implementation 'com.codezjx.library:andlinker:0.7.1'
2929
}
3030
```
3131

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ allprojects {
1717
在App的`build.gradle`中添加如下依赖
1818
```groovy
1919
dependencies {
20-
implementation 'com.codezjx.library:andlinker:0.7.0'
20+
implementation 'com.codezjx.library:andlinker:0.7.1'
2121
}
2222
```
2323

andlinker/properties.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ext {
1111
siteUrl = 'https://github.com/codezjx/AndLinker'
1212
gitUrl = 'https://github.com/codezjx/AndLinker.git'
1313

14-
libraryVersion = '0.7.0'
14+
libraryVersion = '0.7.1'
1515

1616
developerId = 'codezjx'
1717
developerName = 'codezjx'

0 commit comments

Comments
 (0)