File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,17 +86,17 @@ android {
86
86
87
87
testOptions {
88
88
devices {
89
- pixel2api30atd (com.android.build.api.dsl.ManagedVirtualDevice ) {
89
+ pixel2api31atd (com.android.build.api.dsl.ManagedVirtualDevice ) {
90
90
// Use device profiles you typically see in Android Studio
91
91
device = " Pixel 2"
92
- apiLevel = 30
92
+ apiLevel = 31
93
93
// You can also specify "google" if you require Google Play Services.
94
94
systemImageSource = " aosp-atd"
95
95
}
96
- pixel2api30 (com.android.build.api.dsl.ManagedVirtualDevice ) {
96
+ pixel2api31 (com.android.build.api.dsl.ManagedVirtualDevice ) {
97
97
// Use device profiles you typically see in Android Studio
98
98
device = " Pixel 2"
99
- apiLevel = 30
99
+ apiLevel = 31
100
100
// You can also specify "google" if you require Google Play Services.
101
101
systemImageSource = " aosp"
102
102
}
You can’t perform that action at this time.
0 commit comments