From 5a77f76bcbfb9b883aaffee4225c3612fb0bc056 Mon Sep 17 00:00:00 2001 From: androidacy-user Date: Wed, 26 Apr 2023 13:35:15 -0400 Subject: [PATCH] Bump version to 2.0.1 Signed-off-by: androidacy-user --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f288e4d..892ab6f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -37,8 +37,8 @@ android { applicationId = "com.fox2code.mmm" minSdk = 24 targetSdk = 33 - versionCode = 66 - versionName = "2.0.0" + versionCode = 67 + versionName = "2.0.1" vectorDrawables { useSupportLibrary = true }