This commit is contained in:
v7lin
2019-12-16 15:47:22 +08:00
parent e1ecd003d4
commit 73de0e5ab1
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,5 @@
group 'io.github.v7lin.tencent_kit'
version '1.0.3'
version '1.0.4'
buildscript {
repositories {
@ -35,6 +35,7 @@ android {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {
disable 'InvalidPackage'
}

View File

@ -1,4 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="io.github.v7lin.tencent_kit">
<uses-permission android:name="android.permission.INTERNET" />
@ -7,7 +8,9 @@
<!--<uses-permission android:name="android.permission.WRITE_APN_SETTINGS"/>-->
<!-- 使 android:requestLegacyExternalStorage="true" Android Q -->
<application android:usesCleartextTraffic="true">
<application
android:usesCleartextTraffic="true"
tools:ignore="UnusedAttribute">
<uses-library
android:name="org.apache.http.legacy"
android:required="false" />

View File

@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'tencent_kit'
s.version = '1.0.3'
s.version = '1.0.4'
s.summary = 'A powerful Flutter plugin allowing developers to share with natvie android & iOS Tencent SDKs.'
s.description = <<-DESC
A powerful Flutter plugin allowing developers to share with natvie android & iOS Tencent SDKs.