Update AboutLibraries
(cherry picked from commit 9afb445620178d0928e9f3a2af20220123c60ae3) # Conflicts: # build.gradle.kts
This commit is contained in:
parent
f32ccf1c6d
commit
428720fb74
@ -278,7 +278,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'
|
||||||
|
@ -27,10 +27,9 @@ subprojects {
|
|||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath("com.github.ben-manes:gradle-versions-plugin:0.28.0")
|
|
||||||
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")
|
||||||
// Realm (EH)
|
// Realm (EH)
|
||||||
classpath("io.realm:realm-gradle-plugin:7.0.1")
|
classpath("io.realm:realm-gradle-plugin:7.0.1")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user