Skip to content

Commit

Permalink
Fix a possible build error on Android ("Found item String/fb_app_id m…
Browse files Browse the repository at this point in the history
…ore than one time")
  • Loading branch information
EddyVerbruggen committed Jul 5, 2016
1 parent 951cee4 commit c0f190e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.phonegap.plugins.facebookconnect"
version="1.7.1.2">
version="1.7.1.3">

<name>Facebook</name>

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

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

0 comments on commit c0f190e

Please sign in to comment.