From 99198403919e48f4b5606873d49ea74dc94c2c81 Mon Sep 17 00:00:00 2001 From: Faris Armoush Date: Tue, 6 May 2025 09:35:02 +0300 Subject: [PATCH] Added Client id, and client secret to `.env.prod`. --- .env.prod | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.prod b/.env.prod index 9766abc..19814e2 100644 --- a/.env.prod +++ b/.env.prod @@ -1,3 +1,5 @@ ENV_NAME=production BASE_URL=https://syncrow-staging.azurewebsites.net PROJECT_ID=bcda711e-9fc2-4168-a05e-171b4026d1ff +CLIENT_ID=ac05b6c26bdb0543ec6200781d8177f1 +CLIENT_SECRET=fdbaafdd5a94bbd542a4a6739cf0178c8bb2e87bff39232a3aaa993fbd5d71e7 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 89f008e..50eed9c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ description: This is the mobile application project, developed with Flutter for # pub.dev using `flutter pub publish`. This is preferred for private packages. publish_to: "none" # Remove this line if you wish to publish to pub.dev -version: 1.0.30+1 +version: 1.0.30+16 environment: sdk: ">=3.0.6 <4.0.0"