mirror of
https://github.com/RxReader/walle_kit.git
synced 2025-05-17 23:36:14 +08:00
升级版本 2.0.3
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
## 2.0.3
|
||||
|
||||
* 兼容 Windows
|
||||
|
||||
## 2.0.2
|
||||
|
||||
* 优化打包
|
||||
|
@ -1,5 +1,5 @@
|
||||
group 'io.github.v7lin.walle_kit'
|
||||
version '2.0.2'
|
||||
version '2.0.3'
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
|
@ -162,7 +162,7 @@ packages:
|
||||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "2.0.2"
|
||||
version: "2.0.3"
|
||||
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.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.description = <<-DESC
|
||||
A powerful Flutter plugin allowing developers to read/write channelId to apk with Walle Tools/SDKs.
|
||||
|
@ -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.2
|
||||
version: 2.0.3
|
||||
# author: v7lin <v7lin@qq.com>
|
||||
homepage: https://github.com/rxreader/walle_kit
|
||||
|
||||
|
Reference in New Issue
Block a user