Skip to content

Commit

Permalink
v 1.2.0
Browse files Browse the repository at this point in the history
Slider, Comment fixes, added gr/ml, tableview
  • Loading branch information
Graphefruit committed Jul 6, 2018
1 parent a8b77b2 commit b6d4841
Show file tree
Hide file tree
Showing 26 changed files with 543 additions and 208 deletions.
11 changes: 4 additions & 7 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.beanconqueror.app" version="1.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.beanconqueror.app" version="1.2.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Beanconqueror</name>
<description />
<author email="[email protected]" href="https://github.com/graphefruit/beanconqueror">Lars Saalbach</author>
Expand Down Expand Up @@ -76,22 +76,19 @@
<splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
<splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
</platform>
<plugin name="cordova-plugin-allow-backup" spec="~0.0.2">
<variable name="BACKUP" value="true" />
</plugin>
<plugin name="cordova-plugin-android-permissions" spec="^1.0.0" />
<plugin name="cordova-plugin-appminimize" spec="^1.0.0" />
<plugin name="cordova-plugin-device" spec="^1.1.4" />
<plugin name="cordova-plugin-ionic-webview" spec="^1.1.11" />
<plugin name="cordova-plugin-media-capture" spec="^1.4.3" />
<plugin name="cordova-plugin-splashscreen" spec="^4.0.3" />
<plugin name="cordova-plugin-statusbar" spec="~2.4.3-dev" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.1" />
<plugin name="cordova-sqlite-storage" spec="^2.0.4" />
<plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
<plugin name="cordova-plugin-app-version" spec="^0.1.9" />
<plugin name="com.synconset.imagepicker" spec="~2.1.8">
<plugin name="com.synconset.imagepicker" spec="^2.1.10">
<variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="Bitte um Freigabe" />
</plugin>
<engine name="android" spec="^6.2.3" />
<plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
<engine name="android" spec="6.2.3" />
</widget>
Loading

0 comments on commit b6d4841

Please sign in to comment.