mirror of
https://github.com/LBRYFoundation/lbry-android.git
synced 2025-09-05 05:15:15 +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
|
- release
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
REACT_NATIVE_BRANCH: "master"
|
REACT_NATIVE_BRANCH: "fix-related-content"
|
||||||
|
|
||||||
build apk:
|
build apk:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
|
@ -143,8 +143,8 @@ android {
|
||||||
applicationId "io.lbry.browser"
|
applicationId "io.lbry.browser"
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode 1303
|
versionCode 1304
|
||||||
versionName "0.13.3"
|
versionName "0.13.4"
|
||||||
missingDimensionStrategy 'react-native-camera', 'general'
|
missingDimensionStrategy 'react-native-camera', 'general'
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue