Skip to content

Commit

Permalink
Release v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shichaohui committed Dec 15, 2020
1 parent db76bdc commit f7d1099
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.3'
implementation 'com.sch.share:wx-share:1.1.4'
```

## 配置
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'

// implementation 'com.sch.share:wx-share:1.1.3'
implementation project(':wx-share')
implementation 'com.sch.share:wx-share:1.1.4'
// implementation project(':wx-share')
}
4 changes: 2 additions & 2 deletions wx-share/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

def mVersionCode = 13
def mVersionName = "1.1.3"
def mVersionCode = 14
def mVersionName = "1.1.4"

android {
compileSdkVersion 28
Expand Down

0 comments on commit f7d1099

Please sign in to comment.