Skip to content

Commit

Permalink
update for test apk
Browse files Browse the repository at this point in the history
  • Loading branch information
鲍红彬 committed Oct 22, 2018
1 parent a88760d commit 3c1a8a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
}

debug {
minifyEnabled false
signingConfig signingConfigs.release
}
}
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand Down

0 comments on commit 3c1a8a8

Please sign in to comment.