Skip to content

Commit

Permalink
Release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shichaohui committed Jan 9, 2020
1 parent 4e6fc46 commit d15218b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2'
implementation 'com.sch.share:wx-share:1.1.3'
```

## 配置
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.2'
implementation 'com.sch.share:wx-share:1.1.3'
// implementation project(':wx-share')
// implementation project(':wx-share-java')
}
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 = 12
def mVersionName = "1.1.2"
def mVersionCode = 13
def mVersionName = "1.1.3"

android {
compileSdkVersion 28
Expand Down

0 comments on commit d15218b

Please sign in to comment.