Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2022-169
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
2022-169
2022-169
Commits
a61f005a
Commit
a61f005a
authored
Nov 13, 2022
by
senith sulara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add firebase dependencies
parent
d93cb605
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
43 additions
and
1 deletion
+43
-1
android/app/build.gradle
android/app/build.gradle
+3
-1
android/app/google-services.json
android/app/google-services.json
+39
-0
android/build.gradle
android/build.gradle
+1
-0
No files found.
android/app/build.gradle
View file @
a61f005a
...
...
@@ -8,7 +8,7 @@ if (localPropertiesFile.exists()) {
def
flutterRoot
=
localProperties
.
getProperty
(
'flutter.sdk'
)
if
(
flutterRoot
==
null
)
{
throw
new
Gradle
Exception
(
"Flutter SDK not found. Define location with flutter.sdk in the local.properties file."
)
throw
new
FileNotFound
Exception
(
"Flutter SDK not found. Define location with flutter.sdk in the local.properties file."
)
}
def
flutterVersionCode
=
localProperties
.
getProperty
(
'flutter.versionCode'
)
...
...
@@ -23,6 +23,7 @@ if (flutterVersionName == null) {
apply
plugin:
'com.android.application'
apply
plugin:
'kotlin-android'
apply
plugin:
'com.google.gms.google-services'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
...
...
@@ -65,4 +66,5 @@ flutter {
dependencies
{
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation
platform
(
'com.google.firebase:firebase-bom:31.0.2'
)
}
android/app/google-services.json
0 → 100644
View file @
a61f005a
{
"project_info"
:
{
"project_number"
:
"878287088918"
,
"project_id"
:
"auditoryavatar-d806e"
,
"storage_bucket"
:
"auditoryavatar-d806e.appspot.com"
},
"client"
:
[
{
"client_info"
:
{
"mobilesdk_app_id"
:
"1:878287088918:android:3f6c9bd19a3283c2ef3437"
,
"android_client_info"
:
{
"package_name"
:
"com.example.auditoryflutter"
}
},
"oauth_client"
:
[
{
"client_id"
:
"878287088918-ak4s68pm1mjblmqghganv4t578psedu5.apps.googleusercontent.com"
,
"client_type"
:
3
}
],
"api_key"
:
[
{
"current_key"
:
"AIzaSyCobSY2-hgwae3JNf2DOrE5suUW6FKbvYI"
}
],
"services"
:
{
"appinvite_service"
:
{
"other_platform_oauth_client"
:
[
{
"client_id"
:
"878287088918-ak4s68pm1mjblmqghganv4t578psedu5.apps.googleusercontent.com"
,
"client_type"
:
3
}
]
}
}
}
],
"configuration_version"
:
"1"
}
\ No newline at end of file
android/build.gradle
View file @
a61f005a
...
...
@@ -7,6 +7,7 @@ buildscript {
dependencies
{
classpath
'com.android.tools.build:gradle:4.1.0'
classpath
'com.google.gms:google-services:4.3.13'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment