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

v1.6.4

parent b1d608bd
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="106030" android:versionName="1.6.3" 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="106040" android:versionName="1.6.4" 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 tools:replace="android:appComponentFactory" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:hardwareAccelerated="true" android:icon="@mipmap/icon" android:label="@string/app_name" android:supportsRtl="true"> <application tools:replace="android:appComponentFactory" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:hardwareAccelerated="true" android:icon="@mipmap/icon" android:label="@string/app_name" android:supportsRtl="true">
......
...@@ -95,8 +95,8 @@ angular.module("cesium.config", []) ...@@ -95,8 +95,8 @@ angular.module("cesium.config", [])
"defaultCountry": "France" "defaultCountry": "France"
} }
}, },
"version": "1.6.3", "version": "1.6.4",
"build": "2020-04-14T15:27:14.343Z", "build": "2020-04-22T16:26:05.338Z",
"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.
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
"short_name": "Cesium", "short_name": "Cesium",
"name": "Cesium", "name": "Cesium",
"manifest_version": 1, "manifest_version": 1,
"version": "1.6.2-alpha", "version": "1.6.4",
"default_locale": "fr", "default_locale": "fr",
"description": "Manage your Duniter Wallet on a libre currency, like Ğ1", "description": "Cesium Wallet for Ğ1 libre currency",
"icons": [ "icons": [
{ {
"src": "img/logo_32px.png", "src": "img/logo_32px.png",
......
File deleted
...@@ -6,8 +6,7 @@ repositories{ ...@@ -6,8 +6,7 @@ repositories{
} }
dependencies { dependencies {
compile 'com.android.support:support-v4:+' compile(name:'barcodescanner-release-2.1.5', ext:'aar')
compile(name:'barcodescanner', ext:'aar')
} }
android { android {
......
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="106030" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.6.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <widget android-versionCode="106040" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.6.4" 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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment