Skip to content

Commit

Permalink
Bumped to 0.56.0005
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwlange committed Dec 6, 2018
1 parent d5c86f5 commit 1574351
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Then, add the dependencies to your **app's `build.gradle`**:
dependencies {
...
implementation 'com.github.LiquidPlayer:LiquidCore:0.5.1'
implementation 'com.github.LiquidPlayer:ReactNativeSurface:0.56.0004'
implementation 'com.github.LiquidPlayer:ReactNativeSurface:0.56.0005'
/*
* Note: You must also include these React Native dependencies. In future
Expand All @@ -96,7 +96,7 @@ dependencies {
2. Create a [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile) that includes the following frameworks:
```
git "git@github.com:LiquidPlayer/LiquidCore.git" ~> 0.5.1
git "git@github.com:LiquidPlayer/ReactNativeSurface.git" ~> 0.56.0004
git "git@github.com:LiquidPlayer/ReactNativeSurface.git" ~> 0.56.0005
```
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.
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.
Expand Down
2 changes: 1 addition & 1 deletion ReactNativeSurfaceAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdkVersion 16
targetSdkVersion 27
versionCode 56
versionName "0.56.0004"
versionName "0.56.0005"

ndk {
moduleName "reactnativesurface"
Expand Down
3 changes: 1 addition & 2 deletions ReactNativeTest/Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
git "git@github.com:LiquidPlayer/LiquidCore.git" ~> 0.5.1
git "git@github.com:LiquidPlayer/ReactNativeSurface.git" ~> 0.56.0004
git "git@github.com:LiquidPlayer/ReactNativeSurface.git" ~> 0.56.0005
3 changes: 1 addition & 2 deletions ReactNativeTest/Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
github "LiquidPlayer/LiquidCore" "0.5.1"
github "LiquidPlayer/ReactNativeSurface" "0.56.0004"
github "LiquidPlayer/ReactNativeSurface" "0.56.0005"

0 comments on commit 1574351

Please sign in to comment.