chore(build): reorder DSL declarations

This commit is contained in:
Harsh Shandilya 2023-04-19 12:29:27 +05:30
parent 1d32ec810f
commit bf104a1d85
No known key found for this signature in database
5 changed files with 28 additions and 26 deletions

View file

@ -43,6 +43,8 @@ android {
experimentalProperties["android.experimental.self-instrumenting"] = true
}
androidComponents { beforeVariants(selector().all()) { it.enable = it.buildType == "benchmark" } }
dependencies {
implementation(libs.androidx.benchmark.macro.junit4)
implementation(libs.androidx.profileinstaller)
@ -53,5 +55,3 @@ dependencies {
implementation(libs.androidx.test.runner)
implementation(libs.androidx.test.uiautomator)
}
androidComponents { beforeVariants(selector().all()) { it.enable = it.buildType == "benchmark" } }