mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
chore(build): reorder DSL declarations
This commit is contained in:
parent
1d32ec810f
commit
bf104a1d85
5 changed files with 28 additions and 26 deletions
|
@ -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" } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue