Skip to content

Commit

Permalink
fix(adam): -g is not available on old APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Oct 12, 2022
1 parent a48fac3 commit e3d9512
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class ApkE2ETest {
ApkSplitInstallationPackage(appFile1, appFile2),
listOf(),
true,
extraArgs = listOf("-g")
extraArgs = listOf("-t")
),
adb.deviceSerial
)
Expand Down

0 comments on commit e3d9512

Please sign in to comment.