Skip to content

Commit 2d8b23c

Browse files
[v2.0.0] Update iOS Google Cast SDK - minimum supported iOS is now 10.0
1 parent 34949c5 commit 2d8b23c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ These strings will be used when asking the user for permission to use the microp
3636
# Supports
3737

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

4141
## Quirks
4242
* Android 4.4 (maybe 5.x and 6.x) are not able automatically rejoin/resume a chromecast session after an app restart.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-chromecast",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"scripts": {
55
"host-chrome-tests": "node tests/www/chrome/host-tests.js",
66
"style-js": "npx eslint --ignore-pattern tests/www/vendor www tests/www doc/example.js",

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://phonegap.com/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="cordova-plugin-chromecast"
5-
version="1.1.0">
5+
version="2.0.0">
66
<engines>
77
<engine name="cordova" version=">=3.4.0" />
88
</engines>
@@ -56,7 +56,7 @@
5656
<source url="https://cdn.cocoapods.org/"/>
5757
</config>
5858
<pods use-frameworks="true">
59-
<pod name="google-cast-sdk" spec="~> 4.4.8" />
59+
<pod name="google-cast-sdk" spec="~> 4.5.1" />
6060
</pods>
6161
</podspec>
6262

0 commit comments

Comments
 (0)