Skip to content

Commit

Permalink
Updated baseline profile build script
Browse files Browse the repository at this point in the history
  • Loading branch information
fobo66 committed Nov 26, 2023
1 parent a2e2354 commit 27e6397
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions baselineprofile/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import com.android.build.api.dsl.ManagedVirtualDevice

plugins {
id("com.android.test")
id("org.jetbrains.kotlin.android")
id("androidx.baselineprofile")
alias(androidx.plugins.test)
kotlin("android")
alias(androidx.plugins.baseline.profile)
}

android {
Expand Down Expand Up @@ -45,8 +45,8 @@ baselineProfile {
}

dependencies {
implementation("androidx.test.ext:junit:1.1.5")
implementation("androidx.test.espresso:espresso-core:3.5.1")
implementation("androidx.test.uiautomator:uiautomator:2.2.0")
implementation("androidx.benchmark:benchmark-macro-junit4:1.2.0")
implementation(androidx.uitest.junit)
implementation(androidx.uitest.espresso)
implementation(androidx.uitest.automator)
implementation(androidx.uitest.macrobenchmark)
}

0 comments on commit 27e6397

Please sign in to comment.