Skip to content

Commit

Permalink
v4.0.0: Breaking change: Android: Removed SDK binaries. Getting SDK f…
Browse files Browse the repository at this point in the history
…rom repository now.
  • Loading branch information
eggnstone committed Feb 22, 2022
1 parent 6aaaace commit 6bbfac5
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.0.0

* Breaking change: Android: Removed SDK binaries. Getting SDK from repository now.

## 3.0.0

* Breaking change: Methods now return null on simple success (they used to return "OK").
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2020-2021 Mark Eggenstein
Copyright 2020-2022 Mark Eggenstein

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
1 change: 1 addition & 0 deletions chime.iml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Dart SDK" level="project" />
<orderEntry type="library" name="Flutter Plugins" level="project" />
<orderEntry type="library" name="Dart Packages" level="project" />
</component>
</module>
2 changes: 1 addition & 1 deletion example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package="dev.eggnstone.chime_example">

<application
android:name="io.flutter.app.FlutterApplication"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:label="chime_example">

Expand Down
19 changes: 13 additions & 6 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.1"
version: "2.8.2"
boolean_selector:
dependency: transitive
description:
Expand All @@ -21,7 +21,7 @@ packages:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.2.0"
charcode:
dependency: transitive
description:
Expand Down Expand Up @@ -101,7 +101,14 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.10"
version: "0.12.11"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -190,7 +197,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.2"
version: "0.4.8"
typed_data:
dependency: transitive
description:
Expand All @@ -204,7 +211,7 @@ packages:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.1.1"
sdks:
dart: ">=2.12.0 <3.0.0"
dart: ">=2.14.0 <3.0.0"
flutter: ">=1.22.0"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: eggnstone_amazon_chime
copyright: 2020-2021 Mark Eggenstein
copyright: 2020-2022 Mark Eggenstein
description: A wrapper for the Amazon Chime SDKs. Allows to join Chime meetings using audio and video.
homepage: https://github.com/eggnstone/eggnstone_amazon_chime
version: 3.0.0
version: 4.0.0

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit 6bbfac5

Please sign in to comment.