升级版本

This commit is contained in:
v7lin 2021-04-15 21:23:07 +08:00
parent fe8d92df92
commit 5c64d1dfda
6 changed files with 12 additions and 8 deletions

View File

@ -1,3 +1,7 @@
## 2.0.1
* bugfix
## 2.0.0 ## 2.0.0
* nullsafety * nullsafety

View File

@ -1,5 +1,5 @@
group 'io.github.v7lin.weibo_kit' group 'io.github.v7lin.weibo_kit'
version '2.0.0' version '2.0.1'
buildscript { buildscript {
repositories { repositories {

View File

@ -8,10 +8,10 @@ PODS:
- sqflite (0.0.2): - sqflite (0.0.2):
- Flutter - Flutter
- FMDB (>= 2.7.5) - FMDB (>= 2.7.5)
- weibo_kit (2.0.0): - weibo_kit (2.0.1):
- Flutter - Flutter
- weibo_kit/vendor (= 2.0.0) - weibo_kit/vendor (= 2.0.1)
- weibo_kit/vendor (2.0.0): - weibo_kit/vendor (2.0.1):
- Flutter - Flutter
- Weibo_SDK (~> 3.2.7) - Weibo_SDK (~> 3.2.7)
- Weibo_SDK (3.2.7) - Weibo_SDK (3.2.7)
@ -42,7 +42,7 @@ SPEC CHECKSUMS:
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c
sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904 sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904
weibo_kit: 9327afb47ffde6c4fd4b091973f91eae4440a0c4 weibo_kit: 173edbfbab7b05cc9c64a7c365ea331f3c5c0797
Weibo_SDK: 5a4d08f7e1fedbb635435e4585c8c0439c7da089 Weibo_SDK: 5a4d08f7e1fedbb635435e4585c8c0439c7da089
PODFILE CHECKSUM: 8e679eca47255a8ca8067c4c67aab20e64cb974d PODFILE CHECKSUM: 8e679eca47255a8ca8067c4c67aab20e64cb974d

View File

@ -323,7 +323,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "2.0.0" version: "2.0.1"
win32: win32:
dependency: transitive dependency: transitive
description: description:

View File

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

View File

@ -1,6 +1,6 @@
name: weibo_kit name: weibo_kit
description: A powerful Flutter plugin allowing developers to auth/share with natvie Android & iOS Weibo SDKs. description: A powerful Flutter plugin allowing developers to auth/share with natvie Android & iOS Weibo SDKs.
version: 2.0.0 version: 2.0.1
# author: v7lin <v7lin@qq.com> # author: v7lin <v7lin@qq.com>
homepage: https://github.com/rxreader/weibo_kit.git homepage: https://github.com/rxreader/weibo_kit.git