TP-61425 | Girish Suragani | Setup Macro Benchmarking and Baseline pr… (#10183)
This commit is contained in:
@@ -20,6 +20,25 @@ android {
|
||||
minifyEnabled true
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
benchmark {
|
||||
initWith release
|
||||
}
|
||||
}
|
||||
flavorDimensions = ["app"]
|
||||
productFlavors {
|
||||
dev {
|
||||
dimension "app"
|
||||
}
|
||||
qa {
|
||||
isDefault true
|
||||
dimension "app"
|
||||
}
|
||||
mock {
|
||||
dimension "app"
|
||||
}
|
||||
prod {
|
||||
dimension "app"
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
|
||||
Reference in New Issue
Block a user