Skip to content

Commit 8bd59f5

Browse files
committed
0.13.4 patch
1 parent ea8ac78 commit 8bd59f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ stages:
44
- release
55

66
variables:
7-
REACT_NATIVE_BRANCH: "master"
7+
REACT_NATIVE_BRANCH: "fix-related-content"
88

99
build apk:
1010
stage: build

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ android {
143143
applicationId "io.lbry.browser"
144144
minSdkVersion rootProject.ext.minSdkVersion
145145
targetSdkVersion rootProject.ext.targetSdkVersion
146-
versionCode 1303
147-
versionName "0.13.3"
146+
versionCode 1304
147+
versionName "0.13.4"
148148
missingDimensionStrategy 'react-native-camera', 'general'
149149
multiDexEnabled true
150150
}

0 commit comments

Comments
 (0)