refactor: rename package to lostmyphone.app
Move off the reserved com.example placeholder namespace to the app's own package identifier.
This commit is contained in:
parent
c0d15761db
commit
6b6f242edb
8 changed files with 12 additions and 12 deletions
|
|
@ -4,11 +4,11 @@ plugins {
|
|||
}
|
||||
|
||||
android {
|
||||
namespace = "com.example.lostmyphone"
|
||||
namespace = "lostmyphone.app"
|
||||
compileSdk = 34
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "com.example.lostmyphone"
|
||||
applicationId = "lostmyphone.app"
|
||||
minSdk = 24
|
||||
targetSdk = 34
|
||||
versionCode = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue