mirror of
https://github.com/RxReader/tencent_kit.git
synced 2025-07-04 04:07:21 +08:00
gradle兼容
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
## 0.3.4 - 2019.9.10
|
||||||
|
|
||||||
|
* gradle兼容
|
||||||
|
|
||||||
## 0.3.3 - 2019.7.12
|
## 0.3.3 - 2019.7.12
|
||||||
|
|
||||||
* 简化
|
* 简化
|
||||||
|
@ -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'
|
||||||
}
|
}
|
||||||
|
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user