升级版本
This commit is contained in:
parent
fe8d92df92
commit
5c64d1dfda
@ -1,3 +1,7 @@
|
||||
## 2.0.1
|
||||
|
||||
* bugfix
|
||||
|
||||
## 2.0.0
|
||||
|
||||
* nullsafety
|
||||
|
@ -1,5 +1,5 @@
|
||||
group 'io.github.v7lin.weibo_kit'
|
||||
version '2.0.0'
|
||||
version '2.0.1'
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
|
@ -8,10 +8,10 @@ PODS:
|
||||
- sqflite (0.0.2):
|
||||
- Flutter
|
||||
- FMDB (>= 2.7.5)
|
||||
- weibo_kit (2.0.0):
|
||||
- weibo_kit (2.0.1):
|
||||
- Flutter
|
||||
- weibo_kit/vendor (= 2.0.0)
|
||||
- weibo_kit/vendor (2.0.0):
|
||||
- weibo_kit/vendor (= 2.0.1)
|
||||
- weibo_kit/vendor (2.0.1):
|
||||
- Flutter
|
||||
- Weibo_SDK (~> 3.2.7)
|
||||
- Weibo_SDK (3.2.7)
|
||||
@ -42,7 +42,7 @@ SPEC CHECKSUMS:
|
||||
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
|
||||
path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c
|
||||
sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904
|
||||
weibo_kit: 9327afb47ffde6c4fd4b091973f91eae4440a0c4
|
||||
weibo_kit: 173edbfbab7b05cc9c64a7c365ea331f3c5c0797
|
||||
Weibo_SDK: 5a4d08f7e1fedbb635435e4585c8c0439c7da089
|
||||
|
||||
PODFILE CHECKSUM: 8e679eca47255a8ca8067c4c67aab20e64cb974d
|
||||
|
@ -323,7 +323,7 @@ packages:
|
||||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "2.0.0"
|
||||
version: "2.0.1"
|
||||
win32:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
Pod::Spec.new do |s|
|
||||
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.description = <<-DESC
|
||||
A powerful Flutter plugin allowing developers to auth/share with natvie Android & iOS Weibo SDKs.
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: weibo_kit
|
||||
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>
|
||||
homepage: https://github.com/rxreader/weibo_kit.git
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user