Add dependency license info

This commit is contained in:
Damontecres 2025-10-03 19:31:40 -04:00
parent 6f18f780eb
commit de36eb7072
No known key found for this signature in database
10 changed files with 471 additions and 12 deletions

View file

@ -1,4 +1,5 @@
[versions]
aboutLibraries = "12.2.4"
agp = "8.13.0"
hiltNavigationCompose = "1.3.0"
kotlin = "2.2.20"
@ -28,6 +29,8 @@ room = "2.8.1"
material3 = "1.4.0"
[libraries]
aboutlibraries-core = { module = "com.mikepenz:aboutlibraries-core", version.ref = "aboutLibraries" }
aboutlibraries-compose-m3 = { module = "com.mikepenz:aboutlibraries-compose-m3", version.ref = "aboutLibraries" }
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
@ -93,3 +96,4 @@ ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
protobuf = { id = "com.google.protobuf", version.ref = "protobuf" }
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
room = { id = "androidx.room", version.ref = "room" }
aboutLibraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutLibraries" }