feat: basic upcoming events list view
This commit is contained in:
parent
ea3a307f96
commit
2d665ab631
14 changed files with 155 additions and 10 deletions
|
|
@ -13,6 +13,7 @@ compose-bom = "2023.10.01"
|
|||
material3 = "1.1.2"
|
||||
org-eclipse-jgit = "6.8.0.202311291450-r"
|
||||
twain = "0.2.2"
|
||||
protolite-well-known-types = "18.0.0"
|
||||
|
||||
[libraries]
|
||||
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }
|
||||
|
|
@ -27,6 +28,7 @@ compose-markdown = { module = "com.github.jeziellago:compose-markdown", version.
|
|||
kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinx-coroutines-android" }
|
||||
org-eclipse-jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version.ref = "org-eclipse-jgit" }
|
||||
twain = { module = "com.meetup:twain", version.ref = "twain" }
|
||||
protolite-well-known-types = { group = "com.google.firebase", name = "protolite-well-known-types", version.ref = "protolite-well-known-types" }
|
||||
|
||||
[plugins]
|
||||
androidApplication = { id = "com.android.application", version.ref = "agp" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue