diff --git a/CHANGELOG.md b/CHANGELOG.md index a8fc6f3..5253433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.2 - 2019.6.18 + +* AndroidX兼容 + ## 0.3.1 - 2019.6.12 * 修正网页分享无描述 diff --git a/android/build.gradle b/android/build.gradle index f5663b0..f5b3905 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -36,5 +36,5 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'io.github.v7lin:tencent-android:3.3.3+1' + implementation 'io.github.v7lin:tencent-android:3.3.3+2' } diff --git a/pubspec.yaml b/pubspec.yaml index 080009c..41571ba 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: fake_tencent description: A powerful tencent plugin for Flutter. -version: 0.3.1 +version: 0.3.2 author: v7lin homepage: https://github.com/v7lin/fake_tencent