Update AboutLibraries

This commit is contained in:
arkon 2020-10-10 16:30:26 -04:00
parent efc951191d
commit 9afb445620
2 changed files with 2 additions and 2 deletions

View File

@ -261,7 +261,7 @@ dependencies {
// Licenses // Licenses
// NOTE: REMEMBER TO UPDATE GRADLE PLUGIN // NOTE: REMEMBER TO UPDATE GRADLE PLUGIN
implementation 'com.mikepenz:aboutlibraries:8.3.0' implementation 'com.mikepenz:aboutlibraries:8.4.2'
// Tests // Tests
testImplementation 'junit:junit:4.13' testImplementation 'junit:junit:4.13'

View File

@ -27,7 +27,7 @@ buildscript {
dependencies { dependencies {
classpath("com.github.zellius:android-shortcut-gradle-plugin:0.1.2") classpath("com.github.zellius:android-shortcut-gradle-plugin:0.1.2")
classpath("com.google.gms:google-services:4.3.3") classpath("com.google.gms:google-services:4.3.3")
classpath("com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:8.3.0") classpath("com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:8.4.2")
} }
repositories { repositories {
google() google()