|
@@ -151,13 +151,13 @@
|
151
|
151
|
"binaryPath": "playground/android/app/build/outputs/apk/debug/app-debug.apk",
|
152
|
152
|
"build": "cd playground/android && ./gradlew app:assembleDebug app:assembleAndroidTest -DtestBuildType=debug",
|
153
|
153
|
"type": "android.emulator",
|
154
|
|
- "name": "Nexus_5X_API_26"
|
|
154
|
+ "name": "Pixel_API_28"
|
155
|
155
|
},
|
156
|
156
|
"android.emu.release": {
|
157
|
157
|
"binaryPath": "playground/android/app/build/outputs/apk/release/app-release.apk",
|
158
|
158
|
"build": "cd playground/android && ./gradlew app:assembleRelease app:assembleAndroidTest -DtestBuildType=release",
|
159
|
159
|
"type": "android.emulator",
|
160
|
|
- "name": "Nexus_5X_API_26"
|
|
160
|
+ "name": "Pixel_API_28"
|
161
|
161
|
}
|
162
|
162
|
}
|
163
|
163
|
}
|