Skip to content

Commit 36a7c34

Browse files
committed
Updating emulator API 30 -> 31
1 parent 9784be3 commit 36a7c34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,17 @@ android {
8686

8787
testOptions {
8888
devices {
89-
pixel2api30atd(com.android.build.api.dsl.ManagedVirtualDevice) {
89+
pixel2api31atd(com.android.build.api.dsl.ManagedVirtualDevice) {
9090
// Use device profiles you typically see in Android Studio
9191
device = "Pixel 2"
92-
apiLevel = 30
92+
apiLevel = 31
9393
// You can also specify "google" if you require Google Play Services.
9494
systemImageSource = "aosp-atd"
9595
}
96-
pixel2api30(com.android.build.api.dsl.ManagedVirtualDevice) {
96+
pixel2api31(com.android.build.api.dsl.ManagedVirtualDevice) {
9797
// Use device profiles you typically see in Android Studio
9898
device = "Pixel 2"
99-
apiLevel = 30
99+
apiLevel = 31
100100
// You can also specify "google" if you require Google Play Services.
101101
systemImageSource = "aosp"
102102
}

0 commit comments

Comments
 (0)