Release 0.2.2

pull/12/head 0.2.2
Fox2Code 3 years ago
parent 6f69ed3a58
commit 874d5c7854

@ -10,8 +10,8 @@ android {
applicationId "com.fox2code.mmm"
minSdk 21
targetSdk 31
versionCode 10
versionName "0.2.1"
versionCode 11
versionName "0.2.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

@ -7,7 +7,7 @@ buildscript {
}
project.ext.latestAboutLibsRelease = "8.9.4"
dependencies {
classpath "com.android.tools.build:gradle:7.0.3"
classpath 'com.android.tools.build:gradle:7.0.4'
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${latestAboutLibsRelease}"
// NOTE: Do not place your application dependencies here; they belong

Loading…
Cancel
Save