bumpversion 0.15.11 --> 0.15.12

This commit is contained in:
Akinwale Ariwodola 2020-06-05 09:07:35 +01:00
parent fe6e60cd67
commit 673b85b2aa

View file

@ -16,8 +16,8 @@ android {
applicationId "io.lbry.browser" applicationId "io.lbry.browser"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 1511 versionCode 1512
versionName "0.15.11" versionName "0.15.12"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }