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

v1.5.12

parent 3634bea4
Branches
Tags
No related merge requests found
<?xml version='1.0' encoding='utf-8'?>
<manifest android:hardwareAccelerated="true" android:versionCode="105011" android:versionName="1.5.11" 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="105012" android:versionName="1.5.12" 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">
......
......@@ -95,8 +95,8 @@ angular.module("cesium.config", [])
"defaultCountry": "France"
}
},
"version": "1.5.11",
"build": "2020-03-12T14:49:46.440Z",
"version": "1.5.12",
"build": "2020-03-17T13:34:33.262Z",
"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.
......@@ -13,7 +13,7 @@
<link rel="apple-touch-icon" href="img/logo_57px.png">
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="dist_css/cesium-9f829e34bb.css">
<link rel="stylesheet" href="dist_css/cesium.css">
......@@ -26,13 +26,13 @@
</div>
</ion-nav-view>
<script src="dist_js/vendor-fa43349150.js"></script>
<script src="dist_js/vendor.js"></script>
<!--removeIf(no-device)-->
<script src="cordova.js"></script>
<!--endRemoveIf(no-device)-->
<script src="dist_js/cesium-edcf729558.js"></script>
<script src="dist_js/cesium.js"></script>
<script src="config.js"></script>
</body>
......
......@@ -2,7 +2,7 @@
"short_name": "Cesium",
"name": "Cesium",
"manifest_version": 1,
"version": "1.5.11",
"version": "1.5.12",
"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="105011" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.5.11" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="105012" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.5.12" 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.
Please register or to comment