Skip to content
Snippets Groups Projects
Commit 6691c93d authored by Sixten Müller's avatar Sixten Müller
Browse files

feat: added google services and firebase

parent fdaa37cc
No related branches found
No related tags found
No related merge requests found
{
"project_info": {
"project_number": "188857427405",
"project_id": "wordbattle-96156",
"storage_bucket": "wordbattle-96156.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:188857427405:android:c7aa07f251b566d5069084",
"android_client_info": {
"package_name": "com.wordbattle.game"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyBS7VXFKq28L3XjgWtu6C0fTExZuv80c68"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": []
}
}
}
],
"configuration_version": "1"
}
\ No newline at end of file
......@@ -10,6 +10,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.2'
classpath 'com.google.gms:google-services:4.4.1'
}
......@@ -73,6 +74,14 @@ project(":android") {
natives "com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion:natives-arm64-v8a"
natives "com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion:natives-x86"
natives "com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion:natives-x86_64"
// Import the Firebase BoM
implementation platform('com.google.firebase:firebase-bom:32.8.0')
// TODO: Add the dependencies for Firebase products you want to use
// When using the BoM, don't specify versions in Firebase dependencies
implementation 'com.google.firebase:firebase-analytics'
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment