From e9efc3f2ab72b99d332a5fb1231c1ad4ca81681e Mon Sep 17 00:00:00 2001 From: Eric Ampire Date: Fri, 3 Sep 2021 15:01:49 +0200 Subject: [PATCH] Update app name and module --- i18n/src/main/res/values/strings.xml | 4 ++-- settings.gradle.kts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/i18n/src/main/res/values/strings.xml b/i18n/src/main/res/values/strings.xml index 6702bab..26e041a 100644 --- a/i18n/src/main/res/values/strings.xml +++ b/i18n/src/main/res/values/strings.xml @@ -1,7 +1,7 @@ - Study case - Be Served Channel + Lottiefile App + \ No newline at end of file diff --git a/settings.gradle.kts b/settings.gradle.kts index 65a9c1b..1f18aee 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -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")