Skip to content

Commit 5660a0e

Browse files
committed
Bump android app version.
1 parent 78e06db commit 5660a0e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

cordova/config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="eu.p2pvalue.pear2pear" version="0.31.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
2+
<widget id="eu.p2pvalue.pear2pear" version="0.31.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
33
<name>Teem</name>
44
<description>
55
Teem is the P2Pvalue colaboration tool for Common-based Peer Production Communities (CBPPs)

src/vendor/cordova/cordova_plugins.js

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
cordova.define('cordova/plugin_list', function(require, exports, module) {
22
module.exports = [
3+
{
4+
"id": "com.napolitano.cordova.plugin.intent.IntentPlugin",
5+
"file": "plugins/com.napolitano.cordova.plugin.intent/www/android/IntentPlugin.js",
6+
"pluginId": "com.napolitano.cordova.plugin.intent",
7+
"clobbers": [
8+
"IntentPlugin"
9+
]
10+
},
311
{
412
"id": "phonegap-plugin-push.PushNotification",
513
"file": "plugins/phonegap-plugin-push/www/push.js",
@@ -39,25 +47,17 @@ module.exports = [
3947
"clobbers": [
4048
"CameraPopoverHandle"
4149
]
42-
},
43-
{
44-
"id": "com.napolitano.cordova.plugin.intent.IntentPlugin",
45-
"file": "plugins/com.napolitano.cordova.plugin.intent/www/android/IntentPlugin.js",
46-
"pluginId": "com.napolitano.cordova.plugin.intent",
47-
"clobbers": [
48-
"IntentPlugin"
49-
]
5050
}
5151
];
5252
module.exports.metadata =
5353
// TOP OF METADATA
5454
{
5555
"cordova-plugin-whitelist": "1.3.1-dev",
56+
"com.napolitano.cordova.plugin.intent": "0.1.3",
5657
"phonegap-plugin-push": "1.9.0",
5758
"cordova-plugin-compat": "1.1.0",
5859
"cordova-plugin-camera": "2.3.0",
59-
"cordova-plugin-crosswalk-webview": "2.2.0",
60-
"com.napolitano.cordova.plugin.intent": "0.1.3"
60+
"cordova-plugin-crosswalk-webview": "2.2.0"
6161
};
6262
// BOTTOM OF METADATA
6363
});

0 commit comments

Comments
 (0)