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

v1.5.5

parent 5731ddfa
No related branches found
No related tags found
No related merge requests found
<?xml version='1.0' encoding='utf-8'?>
<manifest android:hardwareAccelerated="true" android:versionCode="105004" android:versionName="1.5.4" 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="105005" android:versionName="1.5.5" 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" />
<uses-permission android:name="android.permission.INTERNET" />
<application android:hardwareAccelerated="true" android:icon="@mipmap/icon" android:label="@string/app_name" android:supportsRtl="true">
......
......@@ -38,8 +38,8 @@ angular.module("cesium.config", [])
},
"feed": {
"jsonFeed": {
"fr-FR": "feed.json",
"en": "feed.json"
"fr-FR": "https://g1.duniter.fr/feed-fr.json",
"en": "https://g1.duniter.fr/feed-en.json"
},
"maxContentLength": 650
},
......@@ -95,8 +95,8 @@ angular.module("cesium.config", [])
"defaultCountry": "France"
}
},
"version": "1.5.4",
"build": "2020-03-05T17:28:19.372Z",
"version": "1.5.5",
"build": "2020-03-06T13:28:42.496Z",
"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.
source diff could not be displayed: it is too large. Options to address this: view the blob.
File moved
......@@ -32,7 +32,7 @@
<script src="cordova.js"></script>
<!--endRemoveIf(no-device)-->
<script src="dist_js/cesium-494e4f9c23.js"></script>
<script src="dist_js/cesium-db9ad6bbb2.js"></script>
<script src="config.js"></script>
</body>
......
......@@ -2,7 +2,7 @@
"short_name": "Cesium",
"name": "Cesium",
"manifest_version": 1,
"version": "1.5.4",
"version": "1.5.5",
"default_locale": "fr",
"description": "Manage your Duniter Wallet on a libre currency, like Ğ1",
"icons": [
......
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="105004" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.5.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="105005" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.5.5" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<feature name="Clipboard">
<param name="android-package" value="com.verso.cordova.clipboard.Clipboard" />
</feature>
......
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