diff --git a/AuthKey_DPNS4PAPTK.p8 b/AuthKey_DPNS4PAPTK.p8 new file mode 100644 index 00000000..53287a1a --- /dev/null +++ b/AuthKey_DPNS4PAPTK.p8 @@ -0,0 +1,6 @@ +-----BEGIN PRIVATE KEY----- +MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQg5RaefOuG8Q/5I7wM +JA/2GKcBp/eV1Tfe6zeWBAk58zOgCgYIKoZIzj0DAQehRANCAAQ8JuxrvWtIvYfy +aIMpvgbvDmzpZVMZ1uRhBSgtkO49AAYX8JFkq7bMMgq90b8GbvWA8nMkLchIATvX +yuSNSQFx +-----END PRIVATE KEY----- \ No newline at end of file diff --git a/Certs/AuthKey_DPNS4PAPTK.p8 b/Certs/AuthKey_DPNS4PAPTK.p8 new file mode 100644 index 00000000..53287a1a --- /dev/null +++ b/Certs/AuthKey_DPNS4PAPTK.p8 @@ -0,0 +1,6 @@ +-----BEGIN PRIVATE KEY----- +MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQg5RaefOuG8Q/5I7wM +JA/2GKcBp/eV1Tfe6zeWBAk58zOgCgYIKoZIzj0DAQehRANCAAQ8JuxrvWtIvYfy +aIMpvgbvDmzpZVMZ1uRhBSgtkO49AAYX8JFkq7bMMgq90b8GbvWA8nMkLchIATvX +yuSNSQFx +-----END PRIVATE KEY----- \ No newline at end of file diff --git a/Patient_App_KKUH_KeyStore b/Patient_App_KKUH_KeyStore new file mode 100644 index 00000000..94f63b73 Binary files /dev/null and b/Patient_App_KKUH_KeyStore differ diff --git a/android/app/build.gradle b/android/app/build.gradle index ffcaaffb..c2d082a2 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -28,7 +28,7 @@ if (keystorePropertiesFile.exists()) { } apply plugin: 'com.android.application' -apply plugin: 'com.huawei.agconnect' +//apply plugin: 'com.huawei.agconnect' apply plugin: 'kotlin-android' apply plugin: 'com.google.gms.google-services' //apply plugin: 'com.google.firebase.crashlytics' @@ -68,7 +68,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.ejada.hmg" + applicationId "sa.edu.kku.kkuMcApp" minSdkVersion 24 targetSdkVersion 34 versionCode flutterVersionCode.toInteger() diff --git a/android/app/google-services.json b/android/app/google-services.json index 5806fa5f..a11b41a2 100644 --- a/android/app/google-services.json +++ b/android/app/google-services.json @@ -1,44 +1,26 @@ { "project_info": { - "project_number": "815750722565", - "firebase_url": "https://api-project-815750722565.firebaseio.com", - "project_id": "api-project-815750722565", - "storage_bucket": "api-project-815750722565.appspot.com" + "project_number": "218653915217", + "project_id": "kkumc-e0903", + "storage_bucket": "kkumc-e0903.firebasestorage.app" }, "client": [ { "client_info": { - "mobilesdk_app_id": "1:815750722565:android:62281cd3e5df4063", + "mobilesdk_app_id": "1:218653915217:android:28ffffcec5fbf67c896070", "android_client_info": { - "package_name": "com.ejada.hmg" + "package_name": "sa.edu.kku.kkuMcApp" } }, - "oauth_client": [ - { - "client_id": "815750722565-3a0gc7neins0eoahdrimrfksk0sqice8.apps.googleusercontent.com", - "client_type": 3 - } - ], + "oauth_client": [], "api_key": [ { - "current_key": "AIzaSyDUfg6AKM1-00WyzpvLImUBC46wFrq9-qw" + "current_key": "AIzaSyCcN2iDIOH8X7yOikH95cZqyMqA9Kgc8P0" } ], "services": { "appinvite_service": { - "other_platform_oauth_client": [ - { - "client_id": "815750722565-3a0gc7neins0eoahdrimrfksk0sqice8.apps.googleusercontent.com", - "client_type": 3 - }, - { - "client_id": "815750722565-0cq9366orvsk5ipivq6lijcj56u03fr7.apps.googleusercontent.com", - "client_type": 2, - "ios_info": { - "bundle_id": "com.void.demo" - } - } - ] + "other_platform_oauth_client": [] } } } diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index 6c937f09..5e4dac39 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="sa.edu.kku.kkuMcApp"> diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index d38f5811..66a202b8 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,6 +1,6 @@ + package="sa.edu.kku.kkuMcApp">