Forráskód Böngészése

upload google severcie file and
upgrade google service version

goodboy 6 éve
szülő
commit
a1206ecb22
2 módosított fájl, 16 hozzáadás és 1 törlés
  1. 15 0
      android/app/google-services.json
  2. 1 1
      android/build.gradle

+ 15 - 0
android/app/google-services.json

@@ -14,6 +14,14 @@
         }
       },
       "oauth_client": [
+        {
+          "client_id": "946601090559-m1r1j93sfntgd49v7goru3hol9eunfjd.apps.googleusercontent.com",
+          "client_type": 1,
+          "android_info": {
+            "package_name": "org.seonsujoa.emptyapp",
+            "certificate_hash": "5e8f16062ea3cd2c4a0d547876baa6f38cabf625"
+          }
+        },
         {
           "client_id": "946601090559-561crc8g6ohvg8cg4lpa3m507fqatggg.apps.googleusercontent.com",
           "client_type": 3
@@ -30,6 +38,13 @@
             {
               "client_id": "946601090559-561crc8g6ohvg8cg4lpa3m507fqatggg.apps.googleusercontent.com",
               "client_type": 3
+            },
+            {
+              "client_id": "946601090559-qtilhm3h4fss32ddnvddgnc65autjhqr.apps.googleusercontent.com",
+              "client_type": 2,
+              "ios_info": {
+                "bundle_id": "org.seonsujoa.emptyapp"
+              }
             }
           ]
         }

+ 1 - 1
android/build.gradle

@@ -15,7 +15,7 @@ buildscript {
     }
     dependencies {
         classpath("com.android.tools.build:gradle:3.4.1")
-        classpath("com.google.gms:google-services:4.2.0")
+        classpath("com.google.gms:google-services:4.3.0")
         
 
         // NOTE: Do not place your application dependencies here; they belong