Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Jul 30, 2024
1 parent 9dbc01d commit 5d3b2ab
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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'
}
}

0 comments on commit 5d3b2ab

Please sign in to comment.