-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Slider, Comment fixes, added gr/ml, tableview
- Loading branch information
Graphefruit
committed
Jul 6, 2018
1 parent
a8b77b2
commit b6d4841
Showing
26 changed files
with
543 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
@@ -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> |
Oops, something went wrong.