mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 07:50:31 +05:30
Update baseline config
This commit is contained in:
parent
105d460e1a
commit
c27cb59ee7
@ -28,21 +28,21 @@ android {
|
||||
|
||||
targetProjectPath = ":app"
|
||||
|
||||
// testOptions.managedDevices.devices {
|
||||
// create<ManagedVirtualDevice>("pixel6Api34") {
|
||||
// device = "Pixel 6"
|
||||
// apiLevel = 34
|
||||
// systemImageSource = "google"
|
||||
// }
|
||||
// }
|
||||
testOptions.managedDevices.devices {
|
||||
create<ManagedVirtualDevice>("pixel6Api34") {
|
||||
device = "Pixel 6"
|
||||
apiLevel = 34
|
||||
systemImageSource = "google"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// This is the configuration block for the Baseline Profile plugin.
|
||||
// You can specify to run the generators on a managed devices or connected devices.
|
||||
// For connected devices, API 28+ (rooted) or 33+ (not rooted) is required.
|
||||
baselineProfile {
|
||||
// managedDevices += "pixel6Api34"
|
||||
useConnectedDevices = true
|
||||
managedDevices += "pixel6Api34"
|
||||
useConnectedDevices = false
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Loading…
x
Reference in New Issue
Block a user