mirror of
https://github.com/LBRYFoundation/lbry-android.git
synced 2025-09-03 12:30:06 +00:00
0.13.4 patch
This commit is contained in:
parent
ea8ac783a8
commit
8bd59f5e80
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ stages:
|
|||
- release
|
||||
|
||||
variables:
|
||||
REACT_NATIVE_BRANCH: "master"
|
||||
REACT_NATIVE_BRANCH: "fix-related-content"
|
||||
|
||||
build apk:
|
||||
stage: build
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue