Update name

This commit is contained in:
Isaac Shoebottom 2022-12-06 23:05:33 -04:00
parent 71f1309ba2
commit fc77bd243e
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
My Application Lantau

View File

@ -7,7 +7,7 @@ android {
compileSdk 32 compileSdk 32
defaultConfig { defaultConfig {
applicationId "com.example.myapplication" applicationId 'ca.unb.lantau'
minSdk 24 minSdk 24
targetSdk 32 targetSdk 32
versionCode 1 versionCode 1

View File

@ -12,5 +12,5 @@ dependencyResolutionManagement {
mavenCentral() mavenCentral()
} }
} }
rootProject.name = "My Application" rootProject.name = "Lantau"
include ':app' include ':app'