From b6b40d37a96f5db0b33cbc363fded8b5f7de825f Mon Sep 17 00:00:00 2001 From: Matte Carra Date: Mon, 27 Jul 2020 17:39:40 +0200 Subject: [PATCH] Release 1.0.26 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b8d39f6a..9cdf754a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,8 +30,8 @@ android { applicationId "mattecarra.accapp" minSdkVersion 16 targetSdkVersion 30 - versionCode 29 - versionName "1.0.25" + versionCode 30 + versionName "1.0.26" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true multiDexEnabled true