add namespace for build.gradle
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
group 'app.polyvox.filament'
|
group 'dev.thermion.android'
|
||||||
version '1.0-SNAPSHOT'
|
version '1.0-SNAPSHOT'
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
@@ -25,6 +25,7 @@ apply plugin: 'com.android.library'
|
|||||||
apply plugin: 'kotlin-android'
|
apply plugin: 'kotlin-android'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
namespace 'dev.thermion.android'
|
||||||
compileSdkVersion 33
|
compileSdkVersion 33
|
||||||
ndkVersion '25.2.9519653'
|
ndkVersion '25.2.9519653'
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
|||||||
Reference in New Issue
Block a user