Skip to content

Commit

Permalink
[v2.0.0] Update iOS Google Cast SDK - minimum supported iOS is now 10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lindsay-Needs-Sleep committed Nov 3, 2020
1 parent 34949c5 commit 2d8b23c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ These strings will be used when asking the user for permission to use the microp
# Supports

**Android** 4.4+ (7.x highest confirmed) (may support lower, untested)
**iOS** 9.0+ (14.1 highest confirmed)
**iOS** 10.0+ (14.1 highest confirmed)

## Quirks
* Android 4.4 (maybe 5.x and 6.x) are not able automatically rejoin/resume a chromecast session after an app restart.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-chromecast",
"version": "1.1.0",
"version": "2.0.0",
"scripts": {
"host-chrome-tests": "node tests/www/chrome/host-tests.js",
"style-js": "npx eslint --ignore-pattern tests/www/vendor www tests/www doc/example.js",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-chromecast"
version="1.1.0">
version="2.0.0">
<engines>
<engine name="cordova" version=">=3.4.0" />
</engines>
Expand Down Expand Up @@ -56,7 +56,7 @@
<source url="https://cdn.cocoapods.org/"/>
</config>
<pods use-frameworks="true">
<pod name="google-cast-sdk" spec="~> 4.4.8" />
<pod name="google-cast-sdk" spec="~> 4.5.1" />
</pods>
</podspec>

Expand Down

0 comments on commit 2d8b23c

Please sign in to comment.