Skip to content

Commit

Permalink
doc: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-dhl committed Mar 9, 2021
1 parent ab71695 commit 4b78599
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 127 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ Add the following code to the `build.gradle` file at the Project level
```
allprojects {
repositories {
// aliyun center 包含 mavenCentral 和 jcenter
maven { url "https://maven.aliyun.com/repository/public" }
// maven
mavenCentral()
}
}
Expand All @@ -88,7 +91,7 @@ android {
}
dependencies {
implementation 'com.hi-dhl:binding:1.0.9'
implementation 'com.hi-dhl:binding:1.1.2'
}
```

Expand Down
125 changes: 0 additions & 125 deletions binding/gradle-mvn-push.gradle

This file was deleted.

2 changes: 1 addition & 1 deletion doc/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ android {
}
dependencies {
implementation 'com.hi-dhl:binding:1.0.9'
implementation 'com.hi-dhl:binding:1.1.2'
}
```

Expand Down

0 comments on commit 4b78599

Please sign in to comment.