Update name
This commit is contained in:
parent
71f1309ba2
commit
fc77bd243e
@ -1 +1 @@
|
||||
My Application
|
||||
Lantau
|
@ -7,7 +7,7 @@ android {
|
||||
compileSdk 32
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.example.myapplication"
|
||||
applicationId 'ca.unb.lantau'
|
||||
minSdk 24
|
||||
targetSdk 32
|
||||
versionCode 1
|
||||
|
@ -12,5 +12,5 @@ dependencyResolutionManagement {
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
rootProject.name = "My Application"
|
||||
rootProject.name = "Lantau"
|
||||
include ':app'
|
||||
|
Loading…
Reference in New Issue
Block a user