bumpversion 0.14.1 --> 0.14.2

This commit is contained in:
Akinwale Ariwodola 2020-03-31 21:32:35 +01:00
parent 25a1eac43b
commit cc3055f1c9

View file

@ -143,8 +143,8 @@ android {
applicationId "io.lbry.browser"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1401
versionName "0.14.1"
versionCode 1402
versionName "0.14.2"
missingDimensionStrategy 'react-native-camera', 'general'
multiDexEnabled true
}