Skip to content

Commit

Permalink
Config update
Browse files Browse the repository at this point in the history
  • Loading branch information
burator committed Apr 5, 2017
1 parent 8fafb40 commit 350f11c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.synconset.imagepicker"
version="2.1.7">
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.synconset.imagepicker"
version="2.1.7">

<name>ImagePicker</name>

Expand Down Expand Up @@ -30,7 +30,7 @@

<preference name="PHOTO_LIBRARY_USAGE_DESCRIPTION" default=" " />
<config-file target="*-Info.plist" parent="NSPhotoLibraryUsageDescription">
<string>$PHOTO_LIBRARY_USAGE_DESCRIPTION</string>
<string>$PHOTO_LIBRARY_USAGE_DESCRIPTION</string>
</config-file>

<header-file src="src/ios/SOSPicker.h" />
Expand Down Expand Up @@ -140,8 +140,8 @@
<source-file src="src/android/Library/res/values-hu/multiimagechooser_strings_hu.xml" target-dir="res/values-hu"/>
<source-file src="src/android/Library/res/values-ja/multiimagechooser_strings_ja.xml" target-dir="res/values-ja"/>
<source-file src="src/android/Library/res/values-ko/multiimagechooser_strings_ko.xml" target-dir="res/values-ko"/>
<source-file src="src/android/Library/res/values-ko/multiimagechooser_strings_pl.xml" target-dir="res/values-pl"/>
</platform>
<source-file src="src/android/Library/res/values-ko/multiimagechooser_strings_ko.xml" target-dir="res/values-ko"/>

<framework src="src/android/ignorelinterrors.gradle" custom="true" type="gradleReference"/>
<framework src="src/android/androidtarget.gradle" custom="true" type="gradleReference"/>
</platform>
Expand Down

0 comments on commit 350f11c

Please sign in to comment.