1 parent d414441 commit 8fc715dCopy full SHA for 8fc715d
1 file changed
baselineprofile/build.gradle.kts
@@ -46,6 +46,7 @@ dependencies {
46
androidComponents {
47
onVariants { v ->
48
val artifactsLoader = v.artifacts.getBuiltArtifactsLoader()
49
+ @Suppress("UnstableApiUsage")
50
v.instrumentationRunnerArguments.put(
51
"targetAppId",
52
v.testedApks.map { artifactsLoader.load(it)?.applicationId ?: "" }
0 commit comments