Update AboutLibraries
This commit is contained in:
parent
efc951191d
commit
9afb445620
2 changed files with 2 additions and 2 deletions
|
@ -261,7 +261,7 @@ dependencies {
|
|||
|
||||
// Licenses
|
||||
// NOTE: REMEMBER TO UPDATE GRADLE PLUGIN
|
||||
implementation 'com.mikepenz:aboutlibraries:8.3.0'
|
||||
implementation 'com.mikepenz:aboutlibraries:8.4.2'
|
||||
|
||||
// Tests
|
||||
testImplementation 'junit:junit:4.13'
|
||||
|
|
|
@ -27,7 +27,7 @@ buildscript {
|
|||
dependencies {
|
||||
classpath("com.github.zellius:android-shortcut-gradle-plugin:0.1.2")
|
||||
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 {
|
||||
google()
|
||||
|
|
Reference in a new issue