From 926dfe7292eb8b4bb531cf3bdfbc40a4144eb376 Mon Sep 17 00:00:00 2001 From: Pranav Date: Sun, 7 Aug 2022 22:23:48 +0530 Subject: [PATCH] update namespace to match new package --- android-compiler/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android-compiler/build.gradle b/android-compiler/build.gradle index 81c6af1e5..53dc6af98 100644 --- a/android-compiler/build.gradle +++ b/android-compiler/build.gradle @@ -3,7 +3,7 @@ plugins { id 'org.jetbrains.kotlin.android' } android { - namespace 'com.pranav.android' + namespace 'org.cosmic.ide' compileSdk 33 defaultConfig { @@ -37,4 +37,4 @@ dependencies { implementation project(path: ':project-creator') implementation project(':kotlinc') compileOnly files('libs/sora-editor.jar') -} \ No newline at end of file +}