Skip to content

Commit

Permalink
refactor(edited bundle namespace and applicationId)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Palmqvist <[email protected]>
  • Loading branch information
coolusername244 and PalmN72 committed Oct 25, 2023
1 parent 9fbc02f commit 3907ce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/skolplattformen-app-new/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3907ce2

Please sign in to comment.