feat(server/gtfsr): initial impl of gtfsr; archive all data

This commit is contained in:
Cilly Leang 2025-12-13 20:31:19 +11:00
parent 302bda4f17
commit a6584ec68c
Signed by: cilly
GPG key ID: 6500251E087653C9
9 changed files with 1451 additions and 2 deletions

View file

@ -31,6 +31,7 @@ playServicesMaps = "19.2.0"
sqlite = "2.6.2"
room = "2.8.4"
secretsGradlePlugin = "2.0.1"
wire = "5.4.0"
[libraries]
composeunstyled = { module = "com.composables:composeunstyled", version.ref = "composeunstyled" }
@ -87,3 +88,4 @@ ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
ktor = { id = "io.ktor.plugin", version.ref = "ktor" }
room = { id = "androidx.room", version.ref = "room" }
secretsGradle = { id = "com.google.android.libraries.mapsplatform.secrets-gradle-plugin" }
wire = { id = "com.squareup.wire", version.ref = "wire" }