gradle兼容

This commit is contained in:
v7lin
2019-09-10 20:57:04 +08:00
parent db5a7b5d6c
commit 1a678b85e0
5 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,7 @@
## 0.3.4 - 2019.9.10
* gradle兼容
## 0.3.3 - 2019.7.12 ## 0.3.3 - 2019.7.12
* *

View File

@ -36,5 +36,5 @@ android {
dependencies { dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs') implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'io.github.v7lin:tencent-android:3.3.3+2' implementation 'io.github.v7lin:tencent-android:3.3.3+3'
} }

View File

@ -5,7 +5,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.2.1' classpath 'com.android.tools.build:gradle:3.5.0'
} }
} }

View File

@ -1,6 +1,6 @@
#Fri Jun 23 08:50:38 CEST 2017 #Tue Sep 10 20:41:08 CST 2019
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

View File

@ -1,6 +1,6 @@
name: fake_tencent name: fake_tencent
description: A powerful tencent plugin for Flutter. description: A powerful tencent plugin for Flutter.
version: 0.3.3 version: 0.3.4
author: v7lin <v7lin@qq.com> author: v7lin <v7lin@qq.com>
homepage: https://github.com/v7lin/fake_tencent homepage: https://github.com/v7lin/fake_tencent