Skip to content
Snippets Groups Projects
Commit 34160271 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

v1.4.18

parent 75372d96
No related branches found
No related tags found
No related merge requests found
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<manifest android:hardwareAccelerated="true" android:versionCode="104017" android:versionName="1.4.17" package="fr.duniter.cesium" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"> <manifest android:hardwareAccelerated="true" android:versionCode="104018" android:versionName="1.4.18" package="fr.duniter.cesium" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" /> <supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.INTERNET" />
<application android:hardwareAccelerated="true" android:icon="@mipmap/icon" android:label="@string/app_name" android:supportsRtl="true"> <application android:hardwareAccelerated="true" android:icon="@mipmap/icon" android:label="@string/app_name" android:supportsRtl="true">
...@@ -22,5 +22,5 @@ ...@@ -22,5 +22,5 @@
<uses-feature android:name="android.hardware.camera" android:required="true" /> <uses-feature android:name="android.hardware.camera" android:required="true" />
<uses-sdk android:minSdkVersion="20" android:targetSdkVersion="28" tools:overrideLibrary="org.kaliumjni.lib" /> <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="28" tools:overrideLibrary="org.kaliumjni.lib" />
</manifest> </manifest>
...@@ -86,8 +86,8 @@ angular.module("cesium.config", []) ...@@ -86,8 +86,8 @@ angular.module("cesium.config", [])
"defaultCountry": "France" "defaultCountry": "France"
} }
}, },
"version": "1.4.17", "version": "1.4.18",
"build": "2019-12-27T20:28:07.912Z", "build": "2019-12-28T12:21:25.417Z",
"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" "newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
}) })
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<script src="cordova.js"></script> <script src="cordova.js"></script>
<!--endRemoveIf(no-device)--> <!--endRemoveIf(no-device)-->
<script src="dist_js/cesium-fc8a3b811f.js"></script> <script src="dist_js/cesium-33384bdb49.js"></script>
<script src="config.js"></script> <script src="config.js"></script>
</body> </body>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"short_name": "Cesium", "short_name": "Cesium",
"name": "Cesium", "name": "Cesium",
"manifest_version": 1, "manifest_version": 1,
"version": "1.4.17", "version": "1.4.18",
"default_locale": "fr", "default_locale": "fr",
"description": "Manage your Duniter Wallet on a libre currency, like Ğ1", "description": "Manage your Duniter Wallet on a libre currency, like Ğ1",
"icons": [ "icons": [
......
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="104017" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.4.17" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <widget android-versionCode="104018" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.4.18" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<feature name="Clipboard"> <feature name="Clipboard">
<param name="android-package" value="com.verso.cordova.clipboard.Clipboard" /> <param name="android-package" value="com.verso.cordova.clipboard.Clipboard" />
</feature> </feature>
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
<preference name="KeyboardResizeMode" value="ionic" /> <preference name="KeyboardResizeMode" value="ionic" />
<preference name="xwalkVersion" value="19" /> <preference name="xwalkVersion" value="19" />
<preference name="xwalkMultipleApk" value="false" /> <preference name="xwalkMultipleApk" value="false" />
<preference name="android-minSdkVersion" value="20" /> <preference name="android-minSdkVersion" value="19" />
<preference name="android-targetSdkVersion" value="28" /> <preference name="android-targetSdkVersion" value="28" />
<preference name="StatusBarOverlaysWebView" value="false" /> <preference name="StatusBarOverlaysWebView" value="false" />
<preference name="StatusBarBackgroundColor" value="#000" /> <preference name="StatusBarBackgroundColor" value="#000" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment