From 8cfdc82298859d404ead4863bad1cafc45e85440 Mon Sep 17 00:00:00 2001 From: Oleg Chernovskiy Date: Tue, 5 May 2020 19:06:50 +0300 Subject: [PATCH] Bump version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4b9a5e3..be9df2b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.kanedias.vanilla.coverfetch" minSdkVersion 14 targetSdkVersion 29 - versionCode 15 - versionName "1.4.7" + versionCode 16 + versionName "1.4.8" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }