Update app name and module
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<string name="app_name">Study case</string>
|
<string name="app_name">Lottiefile App</string>
|
||||||
<string name="app_channel_name">Be Served Channel</string>
|
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
+2
-2
@@ -7,14 +7,14 @@ refreshVersions {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencyResolutionManagement {
|
dependencyResolutionManagement {
|
||||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
jcenter() // Warning: this repository is going to shut down soon
|
jcenter() // Warning: this repository is going to shut down soon
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
rootProject.name = "android-study-case"
|
rootProject.name = "lottiefiles"
|
||||||
include(":app")
|
include(":app")
|
||||||
include(":util")
|
include(":util")
|
||||||
include(":i18n")
|
include(":i18n")
|
||||||
|
|||||||
Reference in New Issue
Block a user