Fix namespace and applicationId in build.gradle to match package structure

This commit is contained in:
cmclark00 2025-04-01 05:06:38 -04:00
parent f5f135ff27
commit 38163c33a3
39 changed files with 134 additions and 157 deletions

View file

@ -1,2 +1,2 @@
rootProject.name = "Mintris"
rootProject.name = "pixelmintdrop"
include ':app'