bumpversion 0.13.2 --> 0.13.3

This commit is contained in:
Akinwale Ariwodola 2020-03-13 08:32:09 +01:00
parent 966dd2bf2c
commit ea8ac783a8

View file

@ -143,8 +143,8 @@ android {
applicationId "io.lbry.browser"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1302
versionName "0.13.2"
versionCode 1303
versionName "0.13.3"
missingDimensionStrategy 'react-native-camera', 'general'
multiDexEnabled true
}