Skip to content

Commit

Permalink
fix gradle :/
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielcoderX committed Feb 11, 2024
1 parent 13a253f commit 2107ed1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,9 @@ android {

buildTypes {
release {
isDebuggable = false
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {
isDebuggable = true
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 2107ed1

Please sign in to comment.