mirror of
https://github.com/cmclark00/mintris.git
synced 2025-05-18 08:55:21 +01:00
Fix: Correct namespace and applicationId in app build.gradle
This commit is contained in:
parent
5cf8aec02a
commit
5ace9d7fc5
25 changed files with 4 additions and 4 deletions
|
@ -4,13 +4,13 @@ plugins {
|
|||
}
|
||||
|
||||
android {
|
||||
namespace 'com.mintris'
|
||||
compileSdk 34
|
||||
namespace 'com.pixelmintdrop'
|
||||
compileSdk 35
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.mintris"
|
||||
applicationId "com.pixelmintdrop"
|
||||
minSdk 30
|
||||
targetSdk 34
|
||||
targetSdk 35
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue