Skip to content

Commit

Permalink
0.13.4 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
akinwale committed Mar 13, 2020
1 parent ea8ac78 commit 8bd59f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ stages:
- release

variables:
REACT_NATIVE_BRANCH: "master"
REACT_NATIVE_BRANCH: "fix-related-content"

build apk:
stage: build
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ android {
applicationId "io.lbry.browser"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1303
versionName "0.13.3"
versionCode 1304
versionName "0.13.4"
missingDimensionStrategy 'react-native-camera', 'general'
multiDexEnabled true
}
Expand Down

0 comments on commit 8bd59f5

Please sign in to comment.