mirror of
https://github.com/kickstarter/android-oss.git
synced 2026-03-13 09:11:01 +08:00
MBL-2874: Disable r8 (temporarily) further QA required for dependencies (#2452)
- Disable r8 (temporarily)
This commit is contained in:
@@ -92,23 +92,18 @@ android {
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
if (isCircle && isPrivateCIEnv && isRelease) {
|
||||
signingConfig signingConfigs.release
|
||||
} else {
|
||||
signingConfig signingConfigs.debug
|
||||
}
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
proguardFiles(
|
||||
getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
)
|
||||
}
|
||||
debug {
|
||||
minifyEnabled false
|
||||
debuggable true
|
||||
applicationIdSuffix '.debug'
|
||||
signingConfig signingConfigs.debug
|
||||
|
||||
FirebasePerformance {
|
||||
// Set this flag to 'false' to disable @AddTrace annotation processing and
|
||||
// automatic monitoring of HTTP/S network requests
|
||||
|
||||
Reference in New Issue
Block a user