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

@@ -42,6 +42,7 @@ android {
dependencies {
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar", "*.aar"))))
implementation(libs.swiperefreshlayout)
implementation(libs.retrofit)
implementation(libs.okhttp)
implementation(libs.logging.interceptor)