From a44d05ddb4b86be18395115cdd0e8d4a8c0af47f Mon Sep 17 00:00:00 2001 From: topminipie <145812405+topminipie@users.noreply.github.com> Date: Sat, 20 Apr 2024 21:56:50 +0000 Subject: [PATCH] Update build.gradle --- app/build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 163ab72..6265172 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,7 +4,7 @@ plugins { android { defaultConfig { - applicationId 'io.twoyi' // app.vmdroid + applicationId 'io.twoyi' compileSdk 34 minSdkVersion 27 //noinspection ExpiredTargetSdkVersion @@ -21,7 +21,6 @@ android { buildTypes { release { minifyEnabled false - debuggable false proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } @@ -41,7 +40,7 @@ android { buildConfig = true } - namespace 'io.twoyi' // app.vmdroid + namespace 'io.twoyi' } dependencies {