From 37cf85a5f62043678e841c65c9d8cdd0db4fb03c Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Tue, 2 Jun 2020 09:05:04 +0100 Subject: [PATCH] bumpversion 0.15.10 --> 0.15.11 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1cf47013..48747196 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "io.lbry.browser" minSdkVersion 21 targetSdkVersion 29 - versionCode 1510 - versionName "0.15.10" + versionCode 1511 + versionName "0.15.11" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }