bumpversion 0.15.1 --> 0.15.2

This commit is contained in:
Akinwale Ariwodola 2020-05-18 03:34:31 +01:00
parent 5eb35e3283
commit d4d58d7508

View file

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