Three tabbed view and splash screen

This commit is contained in:
MasoodMo
2022-01-25 23:17:35 +05:30
parent 35a0bb65ff
commit b729c1bfa7
44 changed files with 1207 additions and 0 deletions

10
settings.gradle Normal file
View File

@@ -0,0 +1,10 @@
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "Chatcom"
include ':app'