Browse Source

Change Android device to Pixel_2_API_26

Shalom Yerushalmy 6 years ago
parent
commit
06275eb229
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      package.json

+ 2
- 2
package.json View File

@@ -136,13 +136,13 @@
136 136
         "binaryPath": "playground/android/app/build/outputs/apk/debug/app-debug.apk",
137 137
         "build": "cd playground/android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug",
138 138
         "type": "android.emulator",
139
-        "name": "Nexus_5X_API_26"
139
+        "name": "Pixel_2_API_26"
140 140
       },
141 141
       "android.emu.release": {
142 142
         "binaryPath": "playground/android/app/build/outputs/apk/release/app-release.apk",
143 143
         "build": "cd playground/android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release",
144 144
         "type": "android.emulator",
145
-        "name": "Nexus_5X_API_26"
145
+        "name": "Pixel_2_API_26"
146 146
       }
147 147
     }
148 148
   }