Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-js committed Dec 16, 2019
1 parent e1ecd00 commit 73de0e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'io.github.v7lin.tencent_kit'
version '1.0.3'
version '1.0.4'

buildscript {
repositories {
Expand Down Expand Up @@ -35,6 +35,7 @@ android {

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

lintOptions {
disable 'InvalidPackage'
}
Expand Down
5 changes: 4 additions & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -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" />
Expand All @@ -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" />
Expand Down
2 changes: 1 addition & 1 deletion ios/tencent_kit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 73de0e5

Please sign in to comment.