Fix: Correct namespace and applicationId in app build.gradle

This commit is contained in:
cmclark00 2025-04-01 07:51:52 -04:00
parent 5cf8aec02a
commit 5ace9d7fc5
25 changed files with 4 additions and 4 deletions

View file

@ -4,13 +4,13 @@ plugins {
} }
android { android {
namespace 'com.mintris' namespace 'com.pixelmintdrop'
compileSdk 34 compileSdk 35
defaultConfig { defaultConfig {
applicationId "com.mintris" applicationId "com.pixelmintdrop"
minSdk 30 minSdk 30
targetSdk 34 targetSdk 35
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"