From 096bbe8f21c845b3f524e56bee68869b29bb3d49 Mon Sep 17 00:00:00 2001 From: Maha Lakshme S Date: Wed, 6 Sep 2023 11:32:44 +0530 Subject: [PATCH] avniproject/avni-product#1374 | Suhas/Maha | Corrected flavor folder name to pick the right resources/files --- .../assets/logo.png | Bin .../src/lfeTeachNagaland/google-services.json | 68 ++++++++++++++++++ .../res/mipmap-hdpi/openchs_launcher.png | Bin .../mipmap-hdpi/openchs_launcher_round.png | Bin .../res/mipmap-mdpi/openchs_launcher.png | Bin .../mipmap-mdpi/openchs_launcher_round.png | Bin .../res/mipmap-xhdpi/openchs_launcher.png | Bin .../mipmap-xhdpi/openchs_launcher_round.png | Bin .../res/mipmap-xxhdpi/openchs_launcher.png | Bin .../mipmap-xxhdpi/openchs_launcher_round.png | Bin .../res/mipmap-xxxhdpi/openchs_launcher.png | Bin .../mipmap-xxxhdpi/openchs_launcher_round.png | Bin 12 files changed, 68 insertions(+) rename packages/openchs-android/android/app/src/{lfe_teach_nagaland => lfeTeachNagaland}/assets/logo.png (100%) create mode 100644 packages/openchs-android/android/app/src/lfeTeachNagaland/google-services.json rename packages/openchs-android/android/app/src/{lfe_teach_nagaland => lfeTeachNagaland}/res/mipmap-hdpi/openchs_launcher.png (100%) rename packages/openchs-android/android/app/src/{lfe_teach_nagaland => lfeTeachNagaland}/res/mipmap-hdpi/openchs_launcher_round.png (100%) rename packages/openchs-android/android/app/src/{lfe_teach_nagaland => lfeTeachNagaland}/res/mipmap-mdpi/openchs_launcher.png (100%) rename packages/openchs-android/android/app/src/{lfe_teach_nagaland => lfeTeachNagaland}/res/mipmap-mdpi/openchs_launcher_round.png (100%) rename packages/openchs-android/android/app/src/{lfe_teach_nagaland => lfeTeachNagaland}/res/mipmap-xhdpi/openchs_launcher.png (100%) rename packages/openchs-android/android/app/src/{lfe_teach_nagaland => lfeTeachNagaland}/res/mipmap-xhdpi/openchs_launcher_round.png (100%) rename packages/openchs-android/android/app/src/{lfe_teach_nagaland => lfeTeachNagaland}/res/mipmap-xxhdpi/openchs_launcher.png (100%) rename packages/openchs-android/android/app/src/{lfe_teach_nagaland => lfeTeachNagaland}/res/mipmap-xxhdpi/openchs_launcher_round.png (100%) rename packages/openchs-android/android/app/src/{lfe_teach_nagaland => lfeTeachNagaland}/res/mipmap-xxxhdpi/openchs_launcher.png (100%) rename packages/openchs-android/android/app/src/{lfe_teach_nagaland => lfeTeachNagaland}/res/mipmap-xxxhdpi/openchs_launcher_round.png (100%) diff --git a/packages/openchs-android/android/app/src/lfe_teach_nagaland/assets/logo.png b/packages/openchs-android/android/app/src/lfeTeachNagaland/assets/logo.png similarity index 100% rename from packages/openchs-android/android/app/src/lfe_teach_nagaland/assets/logo.png rename to packages/openchs-android/android/app/src/lfeTeachNagaland/assets/logo.png diff --git a/packages/openchs-android/android/app/src/lfeTeachNagaland/google-services.json b/packages/openchs-android/android/app/src/lfeTeachNagaland/google-services.json new file mode 100644 index 000000000..bfe00adad --- /dev/null +++ b/packages/openchs-android/android/app/src/lfeTeachNagaland/google-services.json @@ -0,0 +1,68 @@ +{ + "project_info": { + "project_number": "26847192477", + "project_id": "lfe-teach", + "storage_bucket": "lfe-teach.appspot.com" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:26847192477:android:21d6539bf067d972f73b74", + "android_client_info": { + "package_name": "com.openchsclient.lfeteach.nagaland" + } + }, + "oauth_client": [ + { + "client_id": "26847192477-o32d9p3fto6cfsb98b5a3bs6d9f39j4l.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyAcDPJkNYh2qyrdYxQ1SmgRhK_e8HbzV3Y" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [ + { + "client_id": "26847192477-o32d9p3fto6cfsb98b5a3bs6d9f39j4l.apps.googleusercontent.com", + "client_type": 3 + } + ] + } + } + }, + { + "client_info": { + "mobilesdk_app_id": "1:26847192477:android:cc8e0d3a01a383c2f73b74", + "android_client_info": { + "package_name": "org.lfeteach.openchsclient" + } + }, + "oauth_client": [ + { + "client_id": "26847192477-o32d9p3fto6cfsb98b5a3bs6d9f39j4l.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyAcDPJkNYh2qyrdYxQ1SmgRhK_e8HbzV3Y" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [ + { + "client_id": "26847192477-o32d9p3fto6cfsb98b5a3bs6d9f39j4l.apps.googleusercontent.com", + "client_type": 3 + } + ] + } + } + } + ], + "configuration_version": "1" +} \ No newline at end of file diff --git a/packages/openchs-android/android/app/src/lfe_teach_nagaland/res/mipmap-hdpi/openchs_launcher.png b/packages/openchs-android/android/app/src/lfeTeachNagaland/res/mipmap-hdpi/openchs_launcher.png similarity index 100% rename from packages/openchs-android/android/app/src/lfe_teach_nagaland/res/mipmap-hdpi/openchs_launcher.png rename to packages/openchs-android/android/app/src/lfeTeachNagaland/res/mipmap-hdpi/openchs_launcher.png diff --git a/packages/openchs-android/android/app/src/lfe_teach_nagaland/res/mipmap-hdpi/openchs_launcher_round.png b/packages/openchs-android/android/app/src/lfeTeachNagaland/res/mipmap-hdpi/openchs_launcher_round.png similarity index 100% rename from packages/openchs-android/android/app/src/lfe_teach_nagaland/res/mipmap-hdpi/openchs_launcher_round.png rename to packages/openchs-android/android/app/src/lfeTeachNagaland/res/mipmap-hdpi/openchs_launcher_round.png diff --git a/packages/openchs-android/android/app/src/lfe_teach_nagaland/res/mipmap-mdpi/openchs_launcher.png b/packages/openchs-android/android/app/src/lfeTeachNagaland/res/mipmap-mdpi/openchs_launcher.png similarity index 100% rename from packages/openchs-android/android/app/src/lfe_teach_nagaland/res/mipmap-mdpi/openchs_launcher.png rename to packages/openchs-android/android/app/src/lfeTeachNagaland/res/mipmap-mdpi/openchs_launcher.png diff --git a/packages/openchs-android/android/app/src/lfe_teach_nagaland/res/mipmap-mdpi/openchs_launcher_round.png b/packages/openchs-android/android/app/src/lfeTeachNagaland/res/mipmap-mdpi/openchs_launcher_round.png similarity index 100% rename from packages/openchs-android/android/app/src/lfe_teach_nagaland/res/mipmap-mdpi/openchs_launcher_round.png rename to packages/openchs-android/android/app/src/lfeTeachNagaland/res/mipmap-mdpi/openchs_launcher_round.png diff --git a/packages/openchs-android/android/app/src/lfe_teach_nagaland/res/mipmap-xhdpi/openchs_launcher.png b/packages/openchs-android/android/app/src/lfeTeachNagaland/res/mipmap-xhdpi/openchs_launcher.png similarity index 100% rename from packages/openchs-android/android/app/src/lfe_teach_nagaland/res/mipmap-xhdpi/openchs_launcher.png rename to packages/openchs-android/android/app/src/lfeTeachNagaland/res/mipmap-xhdpi/openchs_launcher.png diff --git a/packages/openchs-android/android/app/src/lfe_teach_nagaland/res/mipmap-xhdpi/openchs_launcher_round.png b/packages/openchs-android/android/app/src/lfeTeachNagaland/res/mipmap-xhdpi/openchs_launcher_round.png similarity index 100% rename from packages/openchs-android/android/app/src/lfe_teach_nagaland/res/mipmap-xhdpi/openchs_launcher_round.png rename to packages/openchs-android/android/app/src/lfeTeachNagaland/res/mipmap-xhdpi/openchs_launcher_round.png diff --git a/packages/openchs-android/android/app/src/lfe_teach_nagaland/res/mipmap-xxhdpi/openchs_launcher.png b/packages/openchs-android/android/app/src/lfeTeachNagaland/res/mipmap-xxhdpi/openchs_launcher.png similarity index 100% rename from packages/openchs-android/android/app/src/lfe_teach_nagaland/res/mipmap-xxhdpi/openchs_launcher.png rename to packages/openchs-android/android/app/src/lfeTeachNagaland/res/mipmap-xxhdpi/openchs_launcher.png diff --git a/packages/openchs-android/android/app/src/lfe_teach_nagaland/res/mipmap-xxhdpi/openchs_launcher_round.png b/packages/openchs-android/android/app/src/lfeTeachNagaland/res/mipmap-xxhdpi/openchs_launcher_round.png similarity index 100% rename from packages/openchs-android/android/app/src/lfe_teach_nagaland/res/mipmap-xxhdpi/openchs_launcher_round.png rename to packages/openchs-android/android/app/src/lfeTeachNagaland/res/mipmap-xxhdpi/openchs_launcher_round.png diff --git a/packages/openchs-android/android/app/src/lfe_teach_nagaland/res/mipmap-xxxhdpi/openchs_launcher.png b/packages/openchs-android/android/app/src/lfeTeachNagaland/res/mipmap-xxxhdpi/openchs_launcher.png similarity index 100% rename from packages/openchs-android/android/app/src/lfe_teach_nagaland/res/mipmap-xxxhdpi/openchs_launcher.png rename to packages/openchs-android/android/app/src/lfeTeachNagaland/res/mipmap-xxxhdpi/openchs_launcher.png diff --git a/packages/openchs-android/android/app/src/lfe_teach_nagaland/res/mipmap-xxxhdpi/openchs_launcher_round.png b/packages/openchs-android/android/app/src/lfeTeachNagaland/res/mipmap-xxxhdpi/openchs_launcher_round.png similarity index 100% rename from packages/openchs-android/android/app/src/lfe_teach_nagaland/res/mipmap-xxxhdpi/openchs_launcher_round.png rename to packages/openchs-android/android/app/src/lfeTeachNagaland/res/mipmap-xxxhdpi/openchs_launcher_round.png