diff --git a/app/build.gradle b/app/build.gradle index 89d687a..7f9ee7c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,7 +4,7 @@ plugins { android { defaultConfig { - applicationId 'app.vmdroid' + applicationId 'io.twoyi' // app.vmdroid compileSdk 34 minSdkVersion 27 //noinspection ExpiredTargetSdkVersion @@ -41,7 +41,7 @@ android { buildConfig = true } - namespace 'io.twoyi' // "app.vmdroid" + namespace 'io.twoyi' // app.vmdroid } dependencies {