Skip to content

Commit

Permalink
Fixed android build on mac and resources
Browse files Browse the repository at this point in the history
  • Loading branch information
graphefruit committed Dec 15, 2018
1 parent 2f5f127 commit fd9a268
Show file tree
Hide file tree
Showing 23 changed files with 1,726 additions and 187 deletions.
8 changes: 4 additions & 4 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@
<plugin name="cordova-plugin-whitelist" spec="^1.3.1" />
<plugin name="cordova-sqlite-storage" spec="^2.0.4" />
<plugin name="cordova-plugin-app-version" spec="^0.1.9" />
<plugin name="com.synconset.imagepicker" spec="^2.1.10">
<variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="Bitte um Freigabe" />
</plugin>
<plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
<plugin name="cordova-plugin-filechooser" spec="^1.0.1" />
<plugin name="cordova-plugin-filepath" spec="^1.4.2" />
Expand All @@ -124,6 +121,9 @@
<plugin name="cordova-plugin-ionic-keyboard" spec="2.1.3" />
<plugin name="cordova-plugin-filepicker" spec="1.1.5" />
<plugin name="cordova-plugin-3dtouch" spec="1.3.5" />
<engine name="android" spec="6.2.3" />
<plugin name="cordova-plugin-telerik-imagepicker" spec="2.2.2">
<variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="Access to library needed to choose photos" />
</plugin>
<engine name="ios" spec="4.5.5" />
<engine name="android" spec="7.1.4" />
</widget>
Loading

0 comments on commit fd9a268

Please sign in to comment.