This commit is contained in:
lucky 2022-02-01 23:38:08 +03:00
commit 0c422c9562
45 changed files with 1724 additions and 0 deletions

9
settings.gradle Normal file
View file

@ -0,0 +1,9 @@
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Re"
include ':app'