Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProgArkProject
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sixten Müller
ProgArkProject
Commits
6691c93d
Commit
6691c93d
authored
1 year ago
by
Sixten Müller
Browse files
Options
Downloads
Patches
Plain Diff
feat: added google services and firebase
parent
fdaa37cc
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
android/google-services.json
+29
-0
29 additions, 0 deletions
android/google-services.json
build.gradle
+11
-2
11 additions, 2 deletions
build.gradle
with
40 additions
and
2 deletions
android/google-services.json
0 → 100644
+
29
−
0
View file @
6691c93d
{
"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
This diff is collapsed.
Click to expand it.
build.gradle
+
11
−
2
View file @
6691c93d
...
...
@@ -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'
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment