Migrated to the Android specific about libraries gradle plugin
(cherry picked from commit 6d543024a32bba3136841a19942bed4ea8f0736b)
This commit is contained in:
parent
4293c00a50
commit
b927dd2fed
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ markdown-coil = { module = "com.mikepenz:multiplatform-markdown-renderer-coil3",
|
|||
|
||||
[plugins]
|
||||
google-services = { id = "com.google.gms.google-services", version = "4.4.4" }
|
||||
aboutLibraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutlib_version" }
|
||||
aboutLibraries = { id = "com.mikepenz.aboutlibraries.plugin.android", version.ref = "aboutlib_version" }
|
||||
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
|
||||
moko = { id = "dev.icerock.mobile.multiplatform-resources", version.ref = "moko" }
|
||||
firebase-crashlytics = { id = "com.google.firebase.crashlytics", version = "3.0.6" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue