From 5c7fa6306178573ab87859d858ec9d04f5a5ae27 Mon Sep 17 00:00:00 2001 From: Fox2Code Date: Sun, 6 Feb 2022 13:15:00 +0100 Subject: [PATCH] Release 0.3.0 !!! --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b1ed2f5..87a7527 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.fox2code.mmm" minSdk 21 targetSdk 32 - versionCode 27 - versionName "0.3.0-rc4" + versionCode 28 + versionName "0.3.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }