Added Adapter and Service

This commit is contained in:
mohamedkaif356
2023-08-07 12:02:35 +05:30
parent e46b39890d
commit fc9228d3ff
35 changed files with 667 additions and 8 deletions

View File

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