refactor(edited bundle namespace and applicationId)

Co-authored-by: Sebastian Palmqvist <PalmN72@users.noreply.github.com>
This commit is contained in:
Lee 2023-10-25 13:13:54 +02:00
parent 9fbc02f024
commit 3907ce242f
1 changed files with 2 additions and 2 deletions

View File

@ -73,9 +73,9 @@ android {
compileSdkVersion rootProject.ext.compileSdkVersion
namespace "com.app"
namespace "com.oppna-skolplattformen-new.app"
defaultConfig {
applicationId "com.app"
applicationId "com.oppna-skolplattformen-new.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1