diff --git a/.eas/build/android-custom-build.yml b/.eas/build/android-custom-build.yml deleted file mode 100644 index 3688467..0000000 --- a/.eas/build/android-custom-build.yml +++ /dev/null @@ -1,12 +0,0 @@ -build: - name: Run tests - steps: - - eas/checkout - - run: - name: Install dependencies - command: npm ci - - eas/prebuild - - eas/inject_android_credentials - - eas/configure_android_version - - eas/run_gradle - - eas/find_and_upload_build_artifacts diff --git a/eas.json b/eas.json index d11a125..868e502 100644 --- a/eas.json +++ b/eas.json @@ -21,16 +21,6 @@ "EXPO_PUBLIC_LOGIN_URL" : "https://datawallet.dev.inrupt.com/oauth2/authorization/wallet-app", "EXPO_PUBLIC_WALLET_API": "https://datawallet.dev.inrupt.com" } - }, - "custom": { - "distribution": "internal", - "env": { - "EXPO_PUBLIC_LOGIN_URL" : "https://datawallet.dev.inrupt.com/oauth2/authorization/wallet-app", - "EXPO_PUBLIC_WALLET_API": "https://datawallet.dev.inrupt.com" - }, - "android": { - "config": "android-custom-build.yml" - } } }, "submit": {