From 136853853aa58c18fed15944ce90cd2594b96d5f Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Tue, 29 Dec 2020 07:02:13 +0100 Subject: [PATCH] bumpversion 0.16.11 --> 0.16.12 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d5ad5f52..f3fca2fe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "io.lbry.browser" minSdkVersion 21 targetSdkVersion 29 - versionCode 1611 - versionName "0.16.11" + versionCode 1612 + versionName "0.16.12" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }