Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade agora chat sdk flutter to 1.3.1 #98

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chat_flutter/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ packages:
dependency: "direct main"
description:
name: agora_chat_sdk
sha256: ea6aaa8028596a38868eca760dd6774b26b3c279ab470f6a48f7f1a816a09039
sha256: ebe1a5eac9ff11372d6c9c85e230d36a68c73c58ee4cc44c1620b3218bfb3eb9
url: "https://pub.dev"
source: hosted
version: "1.3.0"
version: "1.3.1+1"
characters:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion chat_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
agora_chat_sdk: ^1.3.0
agora_chat_sdk: ^1.3.1+1


dev_dependencies:
Expand Down