add namespace for build.gradle

This commit is contained in:
Nick Fisher
2024-09-25 19:27:19 +08:00
parent 61fdf300f4
commit d442ab5ce6

View File

@@ -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 {