Upgrade AboutLibraries 8.9.4 -> 10.0.0
This commit is contained in:
parent
ab25b97d99
commit
2e1e02cb07
2 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@ dependencies {
|
|||
val timberVersion = "5.0.1"
|
||||
implementation("com.jakewharton.timber:timber:$timberVersion")
|
||||
|
||||
val aboutLibrariesVersion = "8.9.4"
|
||||
val aboutLibrariesVersion = "10.0.0"
|
||||
implementation("com.mikepenz:aboutlibraries-core:$aboutLibrariesVersion")
|
||||
implementation("com.mikepenz:aboutlibraries:$aboutLibrariesVersion")
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ buildscript {
|
|||
val hiltVersion = "2.41"
|
||||
classpath("com.google.dagger:hilt-android-gradle-plugin:$hiltVersion")
|
||||
|
||||
val aboutLibrariesVersion = "8.9.4"
|
||||
val aboutLibrariesVersion = "10.0.0"
|
||||
classpath("com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:$aboutLibrariesVersion")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue