0.6.0 - Custom Repo Update

pull/186/head 0.6.0
Fox2Code 2 years ago
parent 7e6f02c072
commit 48110285ba

@ -10,8 +10,8 @@ android {
applicationId "com.fox2code.mmm"
minSdk 21
targetSdk 33
versionCode 51
versionName "0.6.0-dev2"
versionCode 52
versionName "0.6.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

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

Loading…
Cancel
Save