diff --git a/.idea/.name b/.idea/.name index b3405b3..85e8344 100644 --- a/.idea/.name +++ b/.idea/.name @@ -1 +1 @@ -My Application \ No newline at end of file +Lantau \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index a7c7034..e6c77e6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,7 @@ android { compileSdk 32 defaultConfig { - applicationId "com.example.myapplication" + applicationId 'ca.unb.lantau' minSdk 24 targetSdk 32 versionCode 1 diff --git a/settings.gradle b/settings.gradle index f727bcc..540bcba 100644 --- a/settings.gradle +++ b/settings.gradle @@ -12,5 +12,5 @@ dependencyResolutionManagement { mavenCentral() } } -rootProject.name = "My Application" +rootProject.name = "Lantau" include ':app'