We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8ac78 commit 8bd59f5Copy full SHA for 8bd59f5
.gitlab-ci.yml
@@ -4,7 +4,7 @@ stages:
4
- release
5
6
variables:
7
- REACT_NATIVE_BRANCH: "master"
+ REACT_NATIVE_BRANCH: "fix-related-content"
8
9
build apk:
10
stage: build
app/build.gradle
@@ -143,8 +143,8 @@ android {
143
applicationId "io.lbry.browser"
144
minSdkVersion rootProject.ext.minSdkVersion
145
targetSdkVersion rootProject.ext.targetSdkVersion
146
- versionCode 1303
147
- versionName "0.13.3"
+ versionCode 1304
+ versionName "0.13.4"
148
missingDimensionStrategy 'react-native-camera', 'general'
149
multiDexEnabled true
150
}
0 commit comments