diff --git a/.gitignore b/.gitignore index 53808b22..d68d3a56 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ lint/outputs/ lint/tmp/ # lint/reports/ /SWADroid/src/debug/ +/SWADroid/release/ diff --git a/SWADroid/build.gradle b/SWADroid/build.gradle index 57fef5fa..3e183b5c 100644 --- a/SWADroid/build.gradle +++ b/SWADroid/build.gradle @@ -94,4 +94,6 @@ dependencies { implementation 'com.google.code.gson:gson:2.8.6' implementation 'com.google.firebase:firebase-core:17.5.1' implementation 'com.google.android.material:material:1.2.1' + implementation platform('com.google.firebase:firebase-bom:25.12.0') + implementation 'com.google.firebase:firebase-analytics' } \ No newline at end of file diff --git a/SWADroid/google-services.json b/SWADroid/google-services.json index 2edee4c4..1383d191 100644 --- a/SWADroid/google-services.json +++ b/SWADroid/google-services.json @@ -1,48 +1,53 @@ { "project_info": { - "project_number": "", - "project_id": "" + "project_number": "398995989132", + "firebase_url": "https://swadroid-1190.firebaseio.com", + "project_id": "swadroid-1190", + "storage_bucket": "swadroid-1190.appspot.com" }, "client": [ { "client_info": { - "mobilesdk_app_id": "1:123456789012:android:1234567890123456", + "mobilesdk_app_id": "1:398995989132:android:cf9fabf2a9cd64da", "android_client_info": { "package_name": "es.ugr.swad.swadroid" } }, "oauth_client": [ { - "client_id": "", - "client_type": 3 - }, - { - "client_id": "", + "client_id": "398995989132-23hrn3d7s4unrfftra30hekdtvrk1pdv.apps.googleusercontent.com", "client_type": 1, "android_info": { "package_name": "es.ugr.swad.swadroid", - "certificate_hash": "" + "certificate_hash": "11890c064b1d34fe0e6486e214439c9aa1083a70" } + }, + { + "client_id": "398995989132-olrnp4ilkdh8ggh54ruj65rocacs2pgc.apps.googleusercontent.com", + "client_type": 1, + "android_info": { + "package_name": "es.ugr.swad.swadroid", + "certificate_hash": "17c4f28f7db5404990ebfcf626b582cc8e8b54de" + } + }, + { + "client_id": "398995989132-os2h8neftvc80bq785s4bqj4osmanc7l.apps.googleusercontent.com", + "client_type": 3 } ], "api_key": [ { - "current_key": "" + "current_key": "AIzaSyCyEiJ-L6CrIsiF99OUXi4UvQV2TzCVNMA" } ], "services": { - "analytics_service": { - "status": 2, - "analytics_property": { - "tracking_id": "" - } - }, "appinvite_service": { - "status": 1, - "other_platform_oauth_client": [] - }, - "ads_service": { - "status": 1 + "other_platform_oauth_client": [ + { + "client_id": "398995989132-os2h8neftvc80bq785s4bqj4osmanc7l.apps.googleusercontent.com", + "client_type": 3 + } + ] } } }