From d3b6a370491799e68c59e59e68f10a40422e89ce Mon Sep 17 00:00:00 2001 From: Fox2Code Date: Fri, 1 Apr 2022 19:37:02 +0200 Subject: [PATCH] 0.4.1 Release --- app/.gitignore | 1 + app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/.gitignore b/app/.gitignore index d242433..8bf1c22 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1,4 +1,5 @@ /build +/default /release /mapping.txt /.vscode \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index cb71ef2..0d83360 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.fox2code.mmm" minSdk 21 targetSdk 32 - versionCode 35 - versionName "0.4.0" + versionCode 36 + versionName "0.4.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }