From 5d3b2ab252eacbb4145b37b555e1c4e13d35d7f1 Mon Sep 17 00:00:00 2001 From: Ishan09811 <156402647+Ishan09811@users.noreply.github.com> Date: Tue, 30 Jul 2024 18:00:29 +0530 Subject: [PATCH] Fix --- src/android/app/build.gradle | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle index cbae20af9..89e2aedbe 100644 --- a/src/android/app/build.gradle +++ b/src/android/app/build.gradle @@ -38,11 +38,7 @@ android { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' - if (releaseStoreFile != null) { - signingConfig signingConfigs.release - } else { - signingConfig signingConfigs.debug - } + signingConfig signingConfigs.debug } debug { applicationIdSuffix ".debug" @@ -99,4 +95,4 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' -} \ No newline at end of file +}