From 50ea766684e489d5f149eb84864a7cba1a0e4d88 Mon Sep 17 00:00:00 2001 From: Anant Bhasin Date: Fri, 9 Apr 2021 21:23:28 +0530 Subject: [PATCH] Keystore gen update --- package.json | 65 ---------------------------------------------------- 1 file changed, 65 deletions(-) diff --git a/package.json b/package.json index f0e3ef6d3..3e2483686 100644 --- a/package.json +++ b/package.json @@ -200,41 +200,6 @@ "type": "android.apk", "binaryPath": "android/app/build/outputs/apk/debug/app-Experimental-Play-debug.apk", "build": "cd android && ./gradlew assembleExperimentalPlayDebug assembleExperimentalPlayAndroidTest -DtestBuildType=debug && cd .." - }, - "android.experimental.play.release": { - "type": "android.apk", - "binaryPath": "android/app/build/outputs/apk/release/app-Experimental-Play-release.apk", - "build": "cd android && ./gradlew assembleExperimentalPlayRelease assembleExperimentalPlayAndroidTest -DtestBuildType=release -DKEYSTORE=debug.keystore -DKEYSTORE_PASSWORD=android -DKEYSTORE_ALIAS=androiddebugkey && cd .." - }, - "android.official.play.debug": { - "type": "android.apk", - "binaryPath": "android/app/build/outputs/apk/debug/app-Official-Play-debug.apk", - "build": "cd android && ./gradlew assembleOfficialPlayDebug assembleOfficialPlayAndroidTest -DtestBuildType=debug && cd .." - }, - "android.official.play.release": { - "type": "android.apk", - "binaryPath": "android/app/build/outputs/apk/release/app-Official-Play-release.apk", - "build": "cd android && ./gradlew assembleOfficialPlayRelease assembleOfficialPlayAndroidTest -DtestBuildType=release && cd .." - }, - "android.experimental.foss.debug": { - "type": "android.apk", - "binaryPath": "android/app/build/outputs/apk/debug/app-Experimental-Foss-debug.apk", - "build": "cd android && ./gradlew assembleExperimentalFossDebug assembleExperimentalFossAndroidTest -DtestBuildType=debug && cd .." - }, - "android.experimental.foss.release": { - "type": "android.apk", - "binaryPath": "android/app/build/outputs/apk/release/app-Experimental-Foss-release.apk", - "build": "cd android && ./gradlew assembleExperimentalFossRelease assembleExperimentalFossAndroidTest -DtestBuildType=release && cd .." - }, - "android.official.foss.debug": { - "type": "android.apk", - "binaryPath": "android/app/build/outputs/apk/debug/app-Official-Foss-debug.apk", - "build": "cd android && ./gradlew assembleOfficialFossDebug assembleOfficialFossAndroidTest -DtestBuildType=debug && cd .." - }, - "android.official.foss.release": { - "type": "android.apk", - "binaryPath": "android/app/build/outputs/apk/release/app-Official-Foss-release.apk", - "build": "cd android && ./gradlew assembleOfficialFossRelease assembleOfficialFossAndroidTest -DtestBuildType=release && cd .." } }, "configurations": { @@ -281,36 +246,6 @@ "type": "android.emulator", "binaryPath": "android/app/build/outputs/apk/experimentalPlay/debug/app-experimental-play-release.apk", "build": "cd android && ./gradlew app:assembleExperimentalPlayRelease app:assembleAndroidTest -DtestBuildType=release && cd .." - }, - "android.experimental.foss.emu.release": { - "device": "Pixel_API_28_AOSP", - "type": "android.emulator", - "app": "android.experimental.foss.release" - }, - "android.experimental.foss.emu.debug": { - "device": "Pixel_API_28_AOSP", - "type": "android.emulator", - "app": "android.experimental.foss.debug" - }, - "android.official.play.emu.debug": { - "device": "Pixel_API_28_AOSP", - "type": "android.emulator", - "app": "android.official.play.debug" - }, - "android.official.play.emu.release": { - "device": "Pixel_API_28_AOSP", - "type": "android.emulator", - "app": "android.official.play.release" - }, - "android.official.foss.emu.release": { - "device": "Pixel_API_28_AOSP", - "type": "android.emulator", - "app": "android.official.foss.release" - }, - "android.official.foss.emu.debug": { - "device": "Pixel_API_28_AOSP", - "type": "android.emulator", - "app": "android.official.foss.debug" } } }