Skip to content

Commit

Permalink
Upped version to 0.56.0002
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwlange committed Nov 28, 2018
1 parent 8071766 commit 81c2a03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ReactNativeSurface/ReactNativeSurface/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.5.0</string>
<string>0.56.0002</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
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.0001"
versionName "0.56.0002"

ndk {
moduleName "reactnativesurface"
Expand Down
4 changes: 2 additions & 2 deletions ReactNativeTest/ReactNativeTestAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
//implementation project(':LiquidCoreAndroid')
implementation 'com.github.LiquidPlayer:LiquidCore:0.5.1'

//implementation project(':ReactNativeSurfaceAndroid')
implementation 'com.github.LiquidPlayer:ReactNativeSurface:0.56.0001'
implementation project(':ReactNativeSurfaceAndroid')
//implementation 'com.github.LiquidPlayer:ReactNativeSurface:0.56.0002'

}

0 comments on commit 81c2a03

Please sign in to comment.