Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shichaohui committed Dec 11, 2019
1 parent ccc786a commit 5282e32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
## Gradle 依赖

```groovy
implementation 'com.sch.share:wx-share:1.1.0'
implementation 'com.sch.share:wx-share:1.1.1'
```

## 配置
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

implementation 'com.sch.share:wx-share:1.1.0'
implementation 'com.sch.share:wx-share:1.1.1'
// implementation project(':wx-share')
// implementation project(':wx-share-java')
}
2 changes: 1 addition & 1 deletion wx-share/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

def mVersionCode = 11
def mVersionName = "1.1.0"
def mVersionName = "1.1.1"

android {
compileSdkVersion 28
Expand Down

0 comments on commit 5282e32

Please sign in to comment.