Commit eb1214ae authored by wanglei's avatar wanglei

...facebook添加...

parent a3ff0947
...@@ -89,4 +89,6 @@ dependencies { ...@@ -89,4 +89,6 @@ dependencies {
implementation("stax:stax-api:1.0.1")//处理XML文档的Java API implementation("stax:stax-api:1.0.1")//处理XML文档的Java API
//facebook
implementation("com.facebook.android:facebook-android-sdk:[8,9)")
} }
\ No newline at end of file
...@@ -78,6 +78,11 @@ ...@@ -78,6 +78,11 @@
android:resource="@xml/file_paths" /> android:resource="@xml/file_paths" />
</provider> </provider>
<meta-data
android:name="com.facebook.sdk.ApplicationId"
android:value="@string/facebook_app_id" />
</application> </application>
</manifest> </manifest>
\ No newline at end of file
<resources> <resources>
<string name="app_name">Super PDF Reader</string> <string name="app_name">Super PDF Reader</string>
<string name="hello_blank_fragment">Hello blank fragment</string> <string name="hello_blank_fragment">Hello blank fragment</string>
<string name="facebook_app_id">11</string>
</resources> </resources>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment