Skip to content

Commit

Permalink
update namespace to match new package
Browse files Browse the repository at this point in the history
  • Loading branch information
PranavPurwar committed Aug 7, 2022
1 parent 68d015a commit 926dfe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android-compiler/build.gradle
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'org.jetbrains.kotlin.android'
}
android {
namespace 'com.pranav.android'
namespace 'org.cosmic.ide'
compileSdk 33

defaultConfig {
Expand Down Expand Up @@ -37,4 +37,4 @@ dependencies {
implementation project(path: ':project-creator')
implementation project(':kotlinc')
compileOnly files('libs/sora-editor.jar')
}
}

0 comments on commit 926dfe7

Please sign in to comment.