This commit is contained in:
Cilly Leang 2026-03-25 22:12:40 +11:00
parent 81649423c8
commit 110fe5a778
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ plugins {
kotlin {
android {
namespace = "moe.lava.neon.client"
namespace = "moe.lava.banksia.client"
compileSdk = libs.versions.android.compileSdk.get().toInt()
compilerOptions {

View file

@ -11,7 +11,7 @@ plugins {
kotlin {
android {
namespace = "moe.lava.neon.ui"
namespace = "moe.lava.banksia.ui"
compileSdk = libs.versions.android.compileSdk.get().toInt()
compilerOptions {