chore(deps): update aboutlibraries to v10.6.0 (#299)
* Update aboutlibraries * fix: update plugin to 10.6.1 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jarne Demeulemeester <jarnedemeulemeester@gmail.com>
This commit is contained in:
parent
56c6c72617
commit
75b8a594e8
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
[versions]
|
||||
aboutlibraries = "10.5.2"
|
||||
aboutlibraries = "10.6.0"
|
||||
# v10.6.1 is only available for the plugin
|
||||
aboutlibraries-plugin = "10.6.1"
|
||||
android-plugin = "7.4.1"
|
||||
androidx-activity = "1.6.1"
|
||||
androidx-appcompat = "1.6.1"
|
||||
|
@ -61,7 +63,7 @@ timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" }
|
|||
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinx-serialization" }
|
||||
|
||||
[plugins]
|
||||
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutlibraries" }
|
||||
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutlibraries-plugin" }
|
||||
android-application = { id = "com.android.application", version.ref = "android-plugin" }
|
||||
android-library = { id = "com.android.library", version.ref = "android-plugin" }
|
||||
androidx-navigation-safeargs = { id = "androidx.navigation.safeargs.kotlin", version.ref = "androidx-navigation" }
|
||||
|
|
Loading…
Reference in a new issue