Skip to content

Commit

Permalink
fix 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGather committed Jan 17, 2024
1 parent d725a67 commit 9a92c4e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG-zh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#

## 1.1.9
* 修复android sdk 版本错误

## 1.1.8
* 更新android sdk 为 2.13.2.1
* 更新ios sdk 为 2.13.2
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#

## 1.1.9
* fix android sdk version

## 1.1.8
* Update iOS SDK to 2.13.2
* Update Android SDK to 2.13.2.1
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'com.android.library'
group 'com.sean.rao.ali_auth'
version '1.1.8'
version '1.1.9'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion ios/ali_auth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'ali_auth'
s.version = '1.1.8'
s.version = '1.1.9'
s.summary = 'A new flutter plugin project.'
s.description = <<-DESC
是一个集成阿里云号码认证服务SDK的flutter插件
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ali_auth
description: This is a plug-in for one click login in the alicloud number authentication service. Alibaba cloud is also used in the one click login function
version: 1.1.8
version: 1.1.9
homepage: https://github.com/CodeGather/flutter_ali_auth
repository: https://github.com/CodeGather/flutter_ali_auth/tree/master/example
issue_tracker: https://github.com/CodeGather/flutter_ali_auth/issues
Expand Down

0 comments on commit 9a92c4e

Please sign in to comment.