Skip to content

Commit

Permalink
Merge tag '1.9.6' into develop
Browse files Browse the repository at this point in the history
no message
  • Loading branch information
mbkim95 committed Aug 29, 2024
2 parents ca67128 + f987542 commit ce418f1
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 10 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.9.6

- Changed the minimum support version of Flutter to 3.22.0 or higher.
- Changed the minimum support version of Dart to 3.4.0 or higher.
- Android: Changed compileSdk and targetSdk to 34.
- Web: Updated web package to 1.0.0 version.
- Removed ci property from the response of the Retrieve user information API.
- Added uuid property to User for the Retrieve user information API.
- Fixed bugs.
- Android: Fixed a bug that Compilation failure in Kotlin 2.0.0 version.
- Web: Fixed a bug that authorize() does not work in Flutter SDK 1.9.2 version.
- Updated the internal source code.

## 1.9.5

- Android: Fixed an issue that Login with Kakao Account does not work on devices below Android 13
Expand Down
2 changes: 1 addition & 1 deletion packages/kakao_flutter_sdk/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kakao_flutter_sdk
description: A flutter plugin for Kakao API, which supports Kakao login, KakaoTalk Share, User API, KakaoTalk API and Navi API.
version: 1.9.5
version: 1.9.6
homepage: https://developers.kakao.com/docs/latest/flutter/getting-started
repository: https://github.com/kakao/kakao_flutter_sdk
issue_tracker: https://github.com/kakao/kakao_flutter_sdk/issues
Expand Down
2 changes: 1 addition & 1 deletion packages/kakao_flutter_sdk_auth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kakao_flutter_sdk_auth
description: A flutter plugin for Kakao API, which supports Kakao login, KakaoTalk Share, User API, KakaoTalk API and Navi API.
version: 1.9.5
version: 1.9.6
homepage: https://github.com/kakao/kakao_flutter_sdk
issue_tracker: https://github.com/kakao/kakao_flutter_sdk/issues

Expand Down
2 changes: 1 addition & 1 deletion packages/kakao_flutter_sdk_common/lib/src/kakao_sdk.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class KakaoSdk {
static late String _jsKey;

/// @nodoc
static String sdkVersion = "1.9.5";
static String sdkVersion = "1.9.6";

/// @nodoc
static String get appKey => kIsWeb ? _jsKey : _nativeKey;
Expand Down
2 changes: 1 addition & 1 deletion packages/kakao_flutter_sdk_common/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kakao_flutter_sdk_common
description: A flutter plugin for Kakao API, which supports Kakao login, KakaoTalk Share, User API, KakaoTalk API and Navi API.
version: 1.9.5
version: 1.9.6
homepage: https://github.com/kakao/kakao_flutter_sdk
issue_tracker: https://github.com/kakao/kakao_flutter_sdk/issues

Expand Down
2 changes: 1 addition & 1 deletion packages/kakao_flutter_sdk_friend/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kakao_flutter_sdk_friend
description: A flutter plugin for Kakao API, which supports Kakao login, KakaoTalk Share, User API, KakaoTalk API and Navi API.
version: 1.9.5
version: 1.9.6
homepage: https://github.com/kakao/kakao_flutter_sdk
issue_tracker: https://github.com/kakao/kakao_flutter_sdk/issues

Expand Down
2 changes: 1 addition & 1 deletion packages/kakao_flutter_sdk_navi/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kakao_flutter_sdk_navi
description: A flutter plugin for Kakao API, which supports Kakao login, KakaoTalk Share, User API, KakaoTalk API and Navi API.
version: 1.9.5
version: 1.9.6
homepage: https://github.com/kakao/kakao_flutter_sdk
issue_tracker: https://github.com/kakao/kakao_flutter_sdk/issues

Expand Down
2 changes: 1 addition & 1 deletion packages/kakao_flutter_sdk_share/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kakao_flutter_sdk_share
description: A flutter plugin for Kakao API, which supports Kakao login, KakaoTalk Share, User API, KakaoTalk API and Navi API.
version: 1.9.5
version: 1.9.6
homepage: https://github.com/kakao/kakao_flutter_sdk
issue_tracker: https://github.com/kakao/kakao_flutter_sdk/issues

Expand Down
2 changes: 1 addition & 1 deletion packages/kakao_flutter_sdk_talk/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kakao_flutter_sdk_talk
description: A flutter plugin for Kakao API, which supports Kakao login, KakaoTalk Share, User API, KakaoTalk API and Navi API.
version: 1.9.5
version: 1.9.6
homepage: https://github.com/kakao/kakao_flutter_sdk
issue_tracker: https://github.com/kakao/kakao_flutter_sdk/issues

Expand Down
2 changes: 1 addition & 1 deletion packages/kakao_flutter_sdk_template/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kakao_flutter_sdk_template
description: A flutter plugin for Kakao API, which supports Kakao login, KakaoTalk Share, User API, KakaoTalk API and Navi API.
version: 1.9.5
version: 1.9.6
homepage: https://github.com/kakao/kakao_flutter_sdk
issue_tracker: https://github.com/kakao/kakao_flutter_sdk/issues

Expand Down
2 changes: 1 addition & 1 deletion packages/kakao_flutter_sdk_user/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kakao_flutter_sdk_user
description: A flutter plugin for Kakao API, which supports Kakao login, KakaoTalk Share, User API, KakaoTalk API and Navi API.
version: 1.9.5
version: 1.9.6
homepage: https://github.com/kakao/kakao_flutter_sdk
issue_tracker: https://github.com/kakao/kakao_flutter_sdk/issues

Expand Down

0 comments on commit ce418f1

Please sign in to comment.