Skip to content

Commit

Permalink
Add build type (#50)
Browse files Browse the repository at this point in the history
* gradle build

* gradle build
  • Loading branch information
smilecs authored Jun 19, 2022
1 parent 20ae981 commit 5da0359
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
minifyEnabled false
debuggable true
}
}

compileOptions {
Expand Down

0 comments on commit 5da0359

Please sign in to comment.