fix(CON--) : Fix app deployment wip
All checks were successful
gitea-openium/consentium.droid/pipeline/head This commit looks good

This commit is contained in:
2025-02-20 14:46:48 +01:00
parent 3ffd190406
commit 0f4a3254e4
9 changed files with 33 additions and 22 deletions

View File

@ -73,6 +73,9 @@ foundationLayoutAndroid = "1.7.5"
uiAndroid = "1.7.5"
material3Android = "1.3.1"
# Publish
publish = "1.2"
[libraries]
# AndroidX
@ -146,6 +149,9 @@ coil-network = { module = "io.coil-kt.coil3:coil-network-okhttp", version.ref =
# Rich text formating
rich-text = { module = "com.mohamedrejeb.richeditor:richeditor-compose", version = "1.0.0-rc05-k2" }
# Publish
openium-publish = { group = "fr.openium", name = "publish-plugin", version.ref = "publish" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }