File tree Expand file tree Collapse file tree 3 files changed +43
-8
lines changed Expand file tree Collapse file tree 3 files changed +43
-8
lines changed Original file line number Diff line number Diff line change 1
- plugins {
2
- id ' com.android.application'
3
- }
1
+ apply plugin : ' com.android.application'
4
2
apply plugin : ' kotlin-android'
3
+ apply plugin : ' com.google.gms.google-services' // Google Services plugin
5
4
6
5
android {
7
6
compileSdkVersion 30
@@ -29,7 +28,6 @@ android {
29
28
}
30
29
31
30
dependencies {
32
-
33
31
implementation ' androidx.appcompat:appcompat:1.3.1'
34
32
implementation ' com.google.android.material:material:1.4.0'
35
33
implementation ' androidx.constraintlayout:constraintlayout:2.0.4'
@@ -42,7 +40,4 @@ dependencies {
42
40
43
41
implementation " androidx.core:core-ktx:1.6.0"
44
42
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
45
- }
46
- repositories {
47
- mavenCentral()
48
43
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "project_info" : {
3
+ "project_number" : " 948708767782" ,
4
+ "project_id" : " app-check-snippets" ,
5
+ "storage_bucket" : " app-check-snippets.appspot.com"
6
+ },
7
+ "client" : [
8
+ {
9
+ "client_info" : {
10
+ "mobilesdk_app_id" : " 1:948708767782:android:2e694ab930ef4c3b4c4ee7" ,
11
+ "android_client_info" : {
12
+ "package_name" : " com.google.firebase.example.appcheck"
13
+ }
14
+ },
15
+ "oauth_client" : [
16
+ {
17
+ "client_id" : " 948708767782-2e42ddfu4rcsbe5nv9qat94q6v9c12bf.apps.googleusercontent.com" ,
18
+ "client_type" : 3
19
+ }
20
+ ],
21
+ "api_key" : [
22
+ {
23
+ "current_key" : " AIzaSyABXlodP5O5vv9d0nObDcgNHSmWpcA5wLc"
24
+ }
25
+ ],
26
+ "services" : {
27
+ "appinvite_service" : {
28
+ "other_platform_oauth_client" : [
29
+ {
30
+ "client_id" : " 948708767782-2e42ddfu4rcsbe5nv9qat94q6v9c12bf.apps.googleusercontent.com" ,
31
+ "client_type" : 3
32
+ }
33
+ ]
34
+ }
35
+ }
36
+ }
37
+ ],
38
+ "configuration_version" : " 1"
39
+ }
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
buildscript {
3
- ext. kotlin_version = ' 1.5.30-M1 '
3
+ ext. kotlin_version = ' 1.5.21 '
4
4
repositories {
5
5
google()
6
6
mavenCentral()
7
7
}
8
8
dependencies {
9
9
classpath " com.android.tools.build:gradle:4.2.2"
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
+ classpath ' com.google.gms:google-services:4.3.8'
11
12
12
13
// NOTE: Do not place your application dependencies here; they belong
13
14
// in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments