tencent_kit 1.1.2

This commit is contained in:
v7lin
2020-07-23 22:19:47 +08:00
parent e5401ec6d1
commit af4fb9c5a9
7 changed files with 13 additions and 10 deletions

View File

@ -1,3 +1,7 @@
## 1.1.2
* [#37](https://github.com/rxreader/tencent_kit/pull/37) fix ios register failed
## 1.1.1
*

View File

@ -1,5 +1,5 @@
group 'io.github.v7lin.tencent_kit'
version '1.1.1'
version '1.1.2'
buildscript {
repositories {

View File

@ -6,10 +6,10 @@ PODS:
- Flutter
- path_provider_macos (0.0.1):
- Flutter
- tencent_kit (1.1.1):
- tencent_kit (1.1.2):
- Flutter
- tencent_kit/vendor (= 1.1.1)
- tencent_kit/vendor (1.1.1):
- tencent_kit/vendor (= 1.1.2)
- tencent_kit/vendor (1.1.2):
- Flutter
DEPENDENCIES:
@ -36,8 +36,8 @@ SPEC CHECKSUMS:
path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c
path_provider_linux: 4d630dc393e1f20364f3e3b4a2ff41d9674a84e4
path_provider_macos: f760a3c5b04357c380e2fddb6f9db6f3015897e0
tencent_kit: 76514b42b7488bde9d89ddc003ce067a51ab5235
tencent_kit: 19391606d6432d9e75f50572350acd952a89c28e
PODFILE CHECKSUM: f32fb4e7c14f8b3ca19a369d7be425dd9241af27
COCOAPODS: 1.8.4
COCOAPODS: 1.9.3

View File

@ -246,7 +246,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.1.1"
version: "1.1.2"
term_glyph:
dependency: transitive
description:

View File

@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'tencent_kit'
s.version = '1.1.1'
s.version = '1.1.2'
s.summary = 'A powerful Flutter plugin allowing developers to auth/share with natvie Android & iOS Tencent SDKs.'
s.description = <<-DESC
A powerful Flutter plugin allowing developers to auth/share with natvie Android & iOS Tencent SDKs.

View File

@ -75,7 +75,6 @@ class Tencent {
String universalLink,
}) {
assert(appId?.isNotEmpty ?? false);
assert(!Platform.isIOS || universalLink != null);
return _channel.invokeMethod<void>(
_METHOD_REGISTERAPP,
<String, dynamic>{

View File

@ -1,6 +1,6 @@
name: tencent_kit
description: A powerful Flutter plugin allowing developers to auth/share with natvie Android & iOS Tencent SDKs.
version: 1.1.1
version: 1.1.2
# author: v7lin <v7lin@qq.com>
homepage: https://github.com/v7lin/fake_tencent