From 5f2c2ffb4a163e9951991b16da66a17d00dacf84 Mon Sep 17 00:00:00 2001 From: Fox2Code Date: Mon, 24 Jan 2022 16:21:29 +0100 Subject: [PATCH] 0.2.8 Release --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a409bb7..b1f80a8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.fox2code.mmm" minSdk 21 targetSdk 32 - versionCode 18 - versionName "0.2.7" + versionCode 19 + versionName "0.2.8" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }