From c75fa26c5306ea67183dcd7f32e963396924442b Mon Sep 17 00:00:00 2001 From: Fox2Code Date: Sat, 12 Feb 2022 16:08:17 +0100 Subject: [PATCH] 0.3.2 Release --- app/build.gradle | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8b61374..5a7b17e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.fox2code.mmm" minSdk 21 targetSdk 32 - versionCode 29 - versionName "0.3.1" + versionCode 30 + versionName "0.3.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/build.gradle b/build.gradle index 54ec1f7..040b553 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } project.ext.latestAboutLibsRelease = "10.0.0-b09" dependencies { - classpath 'com.android.tools.build:gradle:7.1.0' + classpath 'com.android.tools.build:gradle:7.1.1' classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${latestAboutLibsRelease}" // NOTE: Do not place your application dependencies here; they belong