diff --git a/app/AndroidManifest.xml b/app/AndroidManifest.xml index 76d02a9..a8d455f 100644 --- a/app/AndroidManifest.xml +++ b/app/AndroidManifest.xml @@ -83,6 +83,8 @@ + + + diff --git a/app/build.gradle b/app/build.gradle index 4e003e1..5b9b8b7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -137,4 +137,5 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'com.bytedance.ies.ugc.aweme:opensdk-oversea-external:0.2.1.0' implementation 'com.google.android.play:core:1.10.0' //PAD资源分发 + implementation 'com.facebook.android:facebook-login:latest.release' } \ No newline at end of file diff --git a/build.gradle b/build.gradle index b34b8c7..9052fd9 100644 --- a/build.gradle +++ b/build.gradle @@ -5,6 +5,7 @@ buildscript { google() jcenter() maven { url "https://artifact.bytedance.com/repository/AwemeOpenSDK" } + mavenCentral() } dependencies { classpath "com.android.tools.build:gradle:4.1.1" diff --git a/res/values/strings.xml b/res/values/strings.xml index ce6644e..a3625f3 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1,8 +1,12 @@ - CEBG - Game view - Scan QRCode need camera permission - QRCode + CEBG + Game view + Scan QRCode need camera permission + QRCode 53206975661-ih3r0ubph3rqejdq97b029difbrk2bqj.apps.googleusercontent.com - + + + 1204701000119770 + fb1204701000119770 + 3e29f2606ae15a99bb3824d2ef1a9d0b \ No newline at end of file