mirror of
https://github.com/RxReader/walle_kit.git
synced 2025-05-17 15:26:38 +08:00
升级版本号
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
## 2.0.4
|
||||
|
||||
* bugfix
|
||||
|
||||
## 2.0.3
|
||||
|
||||
* 兼容 Windows
|
||||
|
@ -1,5 +1,5 @@
|
||||
group 'io.github.v7lin.walle_kit'
|
||||
version '2.0.3'
|
||||
version '2.0.4'
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
|
@ -1,9 +1,9 @@
|
||||
PODS:
|
||||
- Flutter (1.0.0)
|
||||
- walle_kit (2.0.2):
|
||||
- walle_kit (2.0.4):
|
||||
- Flutter
|
||||
- walle_kit/vendor (= 2.0.2)
|
||||
- walle_kit/vendor (2.0.2):
|
||||
- walle_kit/vendor (= 2.0.4)
|
||||
- walle_kit/vendor (2.0.4):
|
||||
- Flutter
|
||||
|
||||
DEPENDENCIES:
|
||||
@ -18,8 +18,8 @@ EXTERNAL SOURCES:
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
|
||||
walle_kit: dbfb9ebc9f78bfef9232a2a786f06838c0bc7f4b
|
||||
walle_kit: 623c33f927aed64d7c98bd765456b91030b7a604
|
||||
|
||||
PODFILE CHECKSUM: 8e679eca47255a8ca8067c4c67aab20e64cb974d
|
||||
|
||||
COCOAPODS: 1.10.0
|
||||
COCOAPODS: 1.10.1
|
||||
|
@ -7,7 +7,7 @@ packages:
|
||||
name: async
|
||||
url: "https://pub.flutter-io.cn"
|
||||
source: hosted
|
||||
version: "2.5.0"
|
||||
version: "2.6.1"
|
||||
boolean_selector:
|
||||
dependency: transitive
|
||||
description:
|
||||
@ -106,7 +106,7 @@ packages:
|
||||
name: source_span
|
||||
url: "https://pub.flutter-io.cn"
|
||||
source: hosted
|
||||
version: "1.8.0"
|
||||
version: "1.8.1"
|
||||
stack_trace:
|
||||
dependency: transitive
|
||||
description:
|
||||
@ -141,7 +141,7 @@ packages:
|
||||
name: test_api
|
||||
url: "https://pub.flutter-io.cn"
|
||||
source: hosted
|
||||
version: "0.2.19"
|
||||
version: "0.3.0"
|
||||
typed_data:
|
||||
dependency: transitive
|
||||
description:
|
||||
@ -162,7 +162,7 @@ packages:
|
||||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "2.0.3"
|
||||
version: "2.0.4"
|
||||
sdks:
|
||||
dart: ">=2.12.0 <3.0.0"
|
||||
flutter: ">=1.20.0"
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'walle_kit'
|
||||
s.version = '2.0.3'
|
||||
s.version = '2.0.4'
|
||||
s.summary = 'A powerful Flutter plugin allowing developers to read/write channelId to apk with Walle Tools/SDKs.'
|
||||
s.description = <<-DESC
|
||||
A powerful Flutter plugin allowing developers to read/write channelId to apk with Walle Tools/SDKs.
|
||||
|
@ -7,7 +7,7 @@ packages:
|
||||
name: async
|
||||
url: "https://pub.flutter-io.cn"
|
||||
source: hosted
|
||||
version: "2.5.0"
|
||||
version: "2.6.1"
|
||||
boolean_selector:
|
||||
dependency: transitive
|
||||
description:
|
||||
@ -99,7 +99,7 @@ packages:
|
||||
name: source_span
|
||||
url: "https://pub.flutter-io.cn"
|
||||
source: hosted
|
||||
version: "1.8.0"
|
||||
version: "1.8.1"
|
||||
stack_trace:
|
||||
dependency: transitive
|
||||
description:
|
||||
@ -134,7 +134,7 @@ packages:
|
||||
name: test_api
|
||||
url: "https://pub.flutter-io.cn"
|
||||
source: hosted
|
||||
version: "0.2.19"
|
||||
version: "0.3.0"
|
||||
typed_data:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: walle_kit
|
||||
description: A powerful Flutter plugin allowing developers to read/write channelId to apk with Walle Tools/SDKs.
|
||||
version: 2.0.3
|
||||
version: 2.0.4
|
||||
# author: v7lin <v7lin@qq.com>
|
||||
homepage: https://github.com/rxreader/walle_kit
|
||||
|
||||
|
Reference in New Issue
Block a user