mirror of
https://github.com/openflocon/Flocon.git
synced 2026-05-01 21:40:13 +00:00
feature: Add detail json (#61)
Co-authored-by: TEYSSANDIER Raphael <rteyssandier@sephora.fr>
This commit is contained in:
parent
46da1787cb
commit
46a4e00094
12 changed files with 177 additions and 39 deletions
|
|
@ -30,6 +30,7 @@ aboutLibraries = "12.2.4"
|
|||
kotlinStdlib = "2.2.0"
|
||||
runner = "1.5.2"
|
||||
core = "1.5.0"
|
||||
other-jsontree = "2.5.0"
|
||||
|
||||
[libraries]
|
||||
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
|
||||
|
|
@ -78,6 +79,8 @@ kotlin-stdlib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib", versio
|
|||
androidx-runner = { group = "androidx.test", name = "runner", version.ref = "runner" }
|
||||
androidx-core = { group = "androidx.test", name = "core", version.ref = "core" } # Material 3 UI
|
||||
|
||||
other-jsontree = { module = "com.sebastianneubauer.jsontree:jsontree", version.ref = "other-jsontree"}
|
||||
|
||||
[plugins]
|
||||
androidApplication = { id = "com.android.application", version.ref = "agp" }
|
||||
androidLibrary = { id = "com.android.library", version.ref = "agp" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue