Skip to content

Commit

Permalink
测试 debuggable false
Browse files Browse the repository at this point in the history
  • Loading branch information
maning committed Aug 31, 2018
1 parent 8850b3d commit c60a7d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ android {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
debuggable false
}
debug {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
debuggable true
}
}

Expand Down

0 comments on commit c60a7d0

Please sign in to comment.