Update app name and module
This commit is contained in:
+2
-2
@@ -7,14 +7,14 @@ refreshVersions {
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
jcenter() // Warning: this repository is going to shut down soon
|
||||
}
|
||||
}
|
||||
rootProject.name = "android-study-case"
|
||||
rootProject.name = "lottiefiles"
|
||||
include(":app")
|
||||
include(":util")
|
||||
include(":i18n")
|
||||
|
||||
Reference in New Issue
Block a user