Skip to content

Commit

Permalink
Fix for PR jeduan/pull/601 - Fix for cordova-android >= 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
feliperfmarques committed Sep 5, 2018
1 parent 11a1e7e commit 6cea0b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Cordova application as you use in your web application.
</description>

<repo>https://github.com/jeduan/cordova-plugin-facebook4</repo>
<repo>https://github.com/feliperfmarques/cordova-plugin-facebook4</repo>

<license>Apache 2.0</license>

Expand Down Expand Up @@ -47,7 +47,7 @@
<preference name="android-minSdkVersion" value="15" />
</config-file>

<source-file src="src/android/facebookconnect.xml" target-dir="res/values" />
<source-file src="src/android/facebookconnect.xml" target-dir="app/src/main/res/values" />
<config-file target="app/src/main/res/values/facebookconnect.xml" parent="/*">
<string name="fb_app_id">$APP_ID</string>
<string name="fb_app_name">$APP_NAME</string>
Expand Down

0 comments on commit 6cea0b6

Please sign in to comment.