Added chat implementation with websockets

This commit is contained in:
Alex
2026-03-15 17:41:42 -06:00
parent 7b8b75cd82
commit 4e3261e987
29 changed files with 1005 additions and 169 deletions

View File

@@ -19,10 +19,10 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
}
rootProject.name = "PetStoreMobile"
include(":app")