TP-61425 | Girish Suragani | Setup Macro Benchmarking and Baseline pr… (#10183)

This commit is contained in:
Girish Suragani
2024-03-29 16:09:39 +05:30
committed by GitHub
parent 869e2a40ce
commit 56006c20df
36 changed files with 52261 additions and 33456 deletions

View File

@@ -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