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:
avi 2026-08-14 16:19:54 -05:00
commit 6b6f242edb
8 changed files with 12 additions and 12 deletions

View file

@ -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