bumpversion 0.14.0 --> 0.14.1

This commit is contained in:
Akinwale Ariwodola 2020-03-26 19:06:51 +01:00
parent 3fcc01597d
commit ff30e7f6a4

View file

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