diff --git a/package.json b/package.json index fdd20c1..f5ddaf9 100644 --- a/package.json +++ b/package.json @@ -106,6 +106,12 @@ "build": "cd android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug && cd ..", "type": "android.emulator", "name": "Nexus_5X_API_28" + }, + "nexus-5": { + "binaryPath": "android/app/build/outputs/apk/debug/app-debug.apk", + "build": "cd android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug && cd ..", + "type": "android.emulator", + "name": "Nexus_5_API_23" } }, "test-runner": "mocha"