Update app name and module

This commit is contained in:
2021-09-03 15:01:49 +02:00
parent fd407aa0dc
commit e9efc3f2ab
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Study case</string>
<string name="app_channel_name">Be Served Channel</string>
<string name="app_name">Lottiefile App</string>
</resources>
+1 -1
View File
@@ -14,7 +14,7 @@ dependencyResolutionManagement {
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "android-study-case"
rootProject.name = "lottiefiles"
include(":app")
include(":util")
include(":i18n")