bumpversion 0.15.0 --> 0.15.1

This commit is contained in:
Akinwale Ariwodola 2020-05-15 20:07:53 +01:00
parent 244d54ed39
commit 82dc0255f1

View file

@ -14,8 +14,8 @@ android {
applicationId "io.lbry.browser" applicationId "io.lbry.browser"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 1500 versionCode 1501
versionName "0.15.0" versionName "0.15.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }