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