feat: crawl data

This commit is contained in:
2026-05-26 02:04:13 +03:30
parent 1e66246020
commit ee20eca3e0
20 changed files with 835 additions and 75 deletions
+2 -1
View File
@@ -21,6 +21,7 @@ room = "2.6.1"
navigationCompose = "2.8.5"
material3 = "1.4.0"
jsoup = "1.18.3"
scalars = "2.11.0"
[libraries]
jsoup = { module = "org.jsoup:jsoup", version.ref = "jsoup" }
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
@@ -55,7 +56,7 @@ androidx-material3 = { group = "androidx.compose.material3", name = "material3",
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
retrofit-scalars = { module = "com.squareup.retrofit2:converter-scalars", version.ref = "scalars" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }