From 8de5b68cb64e75d4082831e38be72ec5b6b75135 Mon Sep 17 00:00:00 2001 From: Arunava Basu Date: Sat, 7 Dec 2024 20:07:28 +0530 Subject: [PATCH] feat: update eas.json --- .github/dependabot.yml | 11 ----------- eas.json | 6 +++--- 2 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index ac6621f..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,11 +0,0 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - -version: 2 -updates: - - package-ecosystem: "" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "weekly" diff --git a/eas.json b/eas.json index 3276e0d..670cb19 100644 --- a/eas.json +++ b/eas.json @@ -1,14 +1,14 @@ { "cli": { - "version": ">= 3.8.1" + "version": ">= 3.8.1", + "appVersionSource": "remote" }, "build": { "development": { "distribution": "internal", "android": { - "buildType": "apk" + "buildType": "apk" } - }, "production": {} },