create pari

This commit is contained in:
OnlyPapy98
2025-11-18 18:03:02 +01:00
parent b1ce91ef20
commit 8f80492287
26 changed files with 1045 additions and 59 deletions

View File

@@ -19,6 +19,7 @@ rxandroid = "1.2.1"
rxjava = "1.3.8"
kotlin = "1.9.24"
coreKtx = "1.17.0"
swiperefreshlayout = "1.1.0"
[libraries]
converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
@@ -41,6 +42,7 @@ retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit
rxandroid = { module = "io.reactivex:rxandroid", version.ref = "rxandroid" }
rxjava = { module = "io.reactivex:rxjava", version.ref = "rxjava" }
core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref = "swiperefreshlayout" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }