From d442ab5ce62b419ac46bcd38ccade0666ae8ce70 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 25 Sep 2024 19:27:19 +0800 Subject: [PATCH] add namespace for build.gradle --- thermion_flutter/thermion_flutter/android/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/thermion_flutter/thermion_flutter/android/build.gradle b/thermion_flutter/thermion_flutter/android/build.gradle index c456547c..8563c70f 100644 --- a/thermion_flutter/thermion_flutter/android/build.gradle +++ b/thermion_flutter/thermion_flutter/android/build.gradle @@ -1,4 +1,4 @@ -group 'app.polyvox.filament' +group 'dev.thermion.android' version '1.0-SNAPSHOT' buildscript { @@ -25,6 +25,7 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { + namespace 'dev.thermion.android' compileSdkVersion 33 ndkVersion '25.2.9519653' compileOptions {