0.13.4 patch (#868)

* 0.13.4 patch
* update gitlab CI
This commit is contained in:
Akinwale Ariwodola 2020-03-16 18:50:17 +01:00 committed by GitHub
parent 4627e284fa
commit bfd3c711ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
}