0.13.4 patch

This commit is contained in:
Akinwale Ariwodola 2020-03-13 17:40:51 +01:00
parent ea8ac783a8
commit 8bd59f5e80
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ stages:
- release
variables:
REACT_NATIVE_BRANCH: "master"
REACT_NATIVE_BRANCH: "fix-related-content"
build apk:
stage: build

View file

@ -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
}