Skip to content

Commit

Permalink
chore: release 4.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
petrbela committed Nov 24, 2020
1 parent 7af4baa commit 1f23b44
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 22 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion safeExtGet('minSdkVersion', 16)
targetSdkVersion safeExtGet('targetSdkVersion', 29)
versionCode 1
versionName "4.0.0-beta.1"
versionName "4.0.0-beta.2"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ android {
// missingDimensionStrategy "RNN.reactNativeVersion", "reactNative60"
multiDexEnabled true
versionCode 1
versionName "4.0.0-beta.1"
versionName "4.0.0-beta.2"
}
splits {
abi {
Expand Down
3 changes: 1 addition & 2 deletions example/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
platform :ios, '11.0' # iOS 11 required because we use React Native Navigation in this example project
source 'https://github.com/CocoaPods/Specs.git'

require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

target 'CastVideos' do
config = use_native_modules!
use_react_native!(:path => config['reactNativePath'])
use_react_native!(path: config['reactNativePath'])

pod 'react-native-google-cast', path: '../../ios/'

Expand Down
16 changes: 8 additions & 8 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -246,14 +246,14 @@ PODS:
- React-cxxreact (= 0.63.3)
- React-jsi (= 0.63.3)
- React-jsinspector (0.63.3)
- react-native-google-cast (4.0.0-beta.1):
- react-native-google-cast (4.0.0-beta.2):
- React
- react-native-google-cast/NoBluetooth (= 4.0.0-beta.1)
- react-native-google-cast/NoBluetooth (4.0.0-beta.1):
- react-native-google-cast/NoBluetooth (= 4.0.0-beta.2)
- react-native-google-cast/NoBluetooth (4.0.0-beta.2):
- google-cast-sdk-no-bluetooth
- React
- react-native-google-cast/RNGoogleCast
- react-native-google-cast/RNGoogleCast (4.0.0-beta.1):
- react-native-google-cast/RNGoogleCast (4.0.0-beta.2):
- PromisesObjC
- React
- react-native-video (4.4.5):
Expand Down Expand Up @@ -393,7 +393,7 @@ DEPENDENCIES:
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
trunk:
- boost-for-react-native
- CocoaAsyncSocket
- CocoaLibEvent
Expand Down Expand Up @@ -506,7 +506,7 @@ SPEC CHECKSUMS:
React-jsi: df07aa95b39c5be3e41199921509bfa929ed2b9d
React-jsiexecutor: b56c03e61c0dd5f5801255f2160a815f4a53d451
React-jsinspector: 8e68ffbfe23880d3ee9bafa8be2777f60b25cbe2
react-native-google-cast: 7de014642710cf1354ad6cbfeeebfbcc8f6e9dfb
react-native-google-cast: 8ee5117767de82ac3836b4ff22efff06a0657a90
react-native-video: eee541262ada11bc7ffe8ec5508e6a877937c462
React-RCTActionSheet: 53ea72699698b0b47a6421cb1c8b4ab215a774aa
React-RCTAnimation: 1befece0b5183c22ae01b966f5583f42e69a83c2
Expand All @@ -524,6 +524,6 @@ SPEC CHECKSUMS:
Yoga: 7d13633d129fd179e01b8953d38d47be90db185a
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 736ce9221b26789ba3ef0f20f3cce94525b84694
PODFILE CHECKSUM: ffff7fe56ad3b9e0cbbf7dae3accf6d4f69432d5

COCOAPODS: 1.9.3
COCOAPODS: 1.10.0
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-google-cast-example",
"description": "Example app for react-native-google-cast",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"private": true,
"scripts": {
"android": "react-native run-android",
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": "react-native-google-cast",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"description": "React Native wrapper for the Google Cast SDK for iOS and Android",
"main": "lib/commonjs/index",
"react-native": "src/index",
Expand Down
2 changes: 1 addition & 1 deletion playground/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "4.0.0-beta.1"
versionName "4.0.0-beta.2"
}
splits {
abi {
Expand Down
12 changes: 6 additions & 6 deletions playground/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -246,14 +246,14 @@ PODS:
- React-cxxreact (= 0.63.3)
- React-jsi (= 0.63.3)
- React-jsinspector (0.63.3)
- react-native-google-cast (4.0.0-beta.1):
- react-native-google-cast (4.0.0-beta.2):
- React
- react-native-google-cast/NoBluetooth (= 4.0.0-beta.1)
- react-native-google-cast/NoBluetooth (4.0.0-beta.1):
- react-native-google-cast/NoBluetooth (= 4.0.0-beta.2)
- react-native-google-cast/NoBluetooth (4.0.0-beta.2):
- google-cast-sdk-no-bluetooth
- React
- react-native-google-cast/RNGoogleCast
- react-native-google-cast/RNGoogleCast (4.0.0-beta.1):
- react-native-google-cast/RNGoogleCast (4.0.0-beta.2):
- PromisesObjC
- React
- react-native-safe-area-context (3.1.1):
Expand Down Expand Up @@ -501,7 +501,7 @@ SPEC CHECKSUMS:
React-jsi: df07aa95b39c5be3e41199921509bfa929ed2b9d
React-jsiexecutor: b56c03e61c0dd5f5801255f2160a815f4a53d451
React-jsinspector: 8e68ffbfe23880d3ee9bafa8be2777f60b25cbe2
react-native-google-cast: 7de014642710cf1354ad6cbfeeebfbcc8f6e9dfb
react-native-google-cast: 8ee5117767de82ac3836b4ff22efff06a0657a90
react-native-safe-area-context: 344b969c45af3d8464d36e8dea264942992ef033
React-RCTActionSheet: 53ea72699698b0b47a6421cb1c8b4ab215a774aa
React-RCTAnimation: 1befece0b5183c22ae01b966f5583f42e69a83c2
Expand All @@ -522,4 +522,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 1ee8000cc95b4d83ddfe1871b66eab26d1c8551f

COCOAPODS: 1.9.3
COCOAPODS: 1.10.0
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-google-cast-playground",
"description": "Playground app for react-native-google-cast",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 1f23b44

Please sign in to comment.