mirror of
https://github.com/RxReader/walle_kit.git
synced 2025-05-20 00:36:44 +08:00
升级版本 2.0.3
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
## 2.0.3
|
||||||
|
|
||||||
|
* 兼容 Windows
|
||||||
|
|
||||||
## 2.0.2
|
## 2.0.2
|
||||||
|
|
||||||
* 优化打包
|
* 优化打包
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
group 'io.github.v7lin.walle_kit'
|
group 'io.github.v7lin.walle_kit'
|
||||||
version '2.0.2'
|
version '2.0.3'
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
|
@ -162,7 +162,7 @@ packages:
|
|||||||
path: ".."
|
path: ".."
|
||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "2.0.2"
|
version: "2.0.3"
|
||||||
sdks:
|
sdks:
|
||||||
dart: ">=2.12.0 <3.0.0"
|
dart: ">=2.12.0 <3.0.0"
|
||||||
flutter: ">=1.20.0"
|
flutter: ">=1.20.0"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'walle_kit'
|
s.name = 'walle_kit'
|
||||||
s.version = '2.0.2'
|
s.version = '2.0.3'
|
||||||
s.summary = 'A powerful Flutter plugin allowing developers to read/write channelId to apk with Walle Tools/SDKs.'
|
s.summary = 'A powerful Flutter plugin allowing developers to read/write channelId to apk with Walle Tools/SDKs.'
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
A powerful Flutter plugin allowing developers to read/write channelId to apk with Walle Tools/SDKs.
|
A powerful Flutter plugin allowing developers to read/write channelId to apk with Walle Tools/SDKs.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: walle_kit
|
name: walle_kit
|
||||||
description: A powerful Flutter plugin allowing developers to read/write channelId to apk with Walle Tools/SDKs.
|
description: A powerful Flutter plugin allowing developers to read/write channelId to apk with Walle Tools/SDKs.
|
||||||
version: 2.0.2
|
version: 2.0.3
|
||||||
# author: v7lin <v7lin@qq.com>
|
# author: v7lin <v7lin@qq.com>
|
||||||
homepage: https://github.com/rxreader/walle_kit
|
homepage: https://github.com/rxreader/walle_kit
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user