Skip to content

Commit 1574351

Browse files
author
Eric Lange
committed
Bumped to 0.56.0005
1 parent d5c86f5 commit 1574351

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Then, add the dependencies to your **app's `build.gradle`**:
7272
dependencies {
7373
...
7474
implementation 'com.github.LiquidPlayer:LiquidCore:0.5.1'
75-
implementation 'com.github.LiquidPlayer:ReactNativeSurface:0.56.0004'
75+
implementation 'com.github.LiquidPlayer:ReactNativeSurface:0.56.0005'
7676
7777
/*
7878
* Note: You must also include these React Native dependencies. In future
@@ -96,7 +96,7 @@ dependencies {
9696
2. Create a [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile) that includes the following frameworks:
9797
```
9898
git "git@github.com:LiquidPlayer/LiquidCore.git" ~> 0.5.1
99-
git "git@github.com:LiquidPlayer/ReactNativeSurface.git" ~> 0.56.0004
99+
git "git@github.com:LiquidPlayer/ReactNativeSurface.git" ~> 0.56.0005
100100
```
101101
3. Run `carthage update`. This will fetch dependencies into a [Carthage/Checkouts](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#carthagecheckouts) folder, then build each one or download a pre-compiled framework.
102102
4. On your application targets’ _General_ settings tab, in the “Linked Frameworks and Libraries” section, drag and drop `LiquidCore.framework` and `ReactNativeSurface.framework` from the [Carthage/Build](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#carthagebuild) folder on disk.

ReactNativeSurfaceAndroid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
minSdkVersion 16
1111
targetSdkVersion 27
1212
versionCode 56
13-
versionName "0.56.0004"
13+
versionName "0.56.0005"
1414

1515
ndk {
1616
moduleName "reactnativesurface"

ReactNativeTest/Cartfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
git "git@github.com:LiquidPlayer/LiquidCore.git" ~> 0.5.1
2-
git "git@github.com:LiquidPlayer/ReactNativeSurface.git" ~> 0.56.0004
1+
git "git@github.com:LiquidPlayer/ReactNativeSurface.git" ~> 0.56.0005

ReactNativeTest/Cartfile.resolved

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
github "LiquidPlayer/LiquidCore" "0.5.1"
2-
github "LiquidPlayer/ReactNativeSurface" "0.56.0004"
1+
github "LiquidPlayer/ReactNativeSurface" "0.56.0005"

0 commit comments

Comments
 (0)