Version avec integration slave master

This commit is contained in:
OnlyPapy98
2026-04-01 19:51:19 +02:00
parent acc5ec1b70
commit 4eaca7e1d8
66 changed files with 3229 additions and 218 deletions

View File

@@ -17,9 +17,12 @@ playServicesMaps = "18.1.0"
recyclerviewV7 = "28.0.0"
retrofit = "2.11.0"
rxandroid = "1.2.1"
rxandroidVersion = "2.1.1"
rxjava = "1.3.8"
kotlin = "1.9.24"
coreKtx = "1.17.0"
rxjavaVersion = "2.2.21"
stompprotocolandroid = "1.6.6"
swiperefreshlayout = "1.1.0"
core = "1.5.0"
fragmentTesting = "1.6.2"
@@ -59,6 +62,9 @@ room-runtime = { module = "androidx.room:room-runtime", version.ref = "roomCommo
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" }
rxjava2-rxandroid = { module = "io.reactivex.rxjava2:rxandroid", version.ref = "rxandroidVersion" }
stompprotocolandroid = { module = "com.github.NaikSoftware:StompProtocolAndroid", version.ref = "stompprotocolandroid" }
rxjava2-rxjava = { module = "io.reactivex.rxjava2:rxjava", version.ref = "rxjavaVersion" }
swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref = "swiperefreshlayout" }
core = { module = "androidx.test:core", version.ref = "core" }
fragment-testing = { module = "androidx.fragment:fragment-testing", version.ref = "fragmentTesting" }