You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/10/20 02:11:44 UTC

cordova-plugin-geolocation git commit: CB-13294 Remove cordova-plugin-compat

Repository: cordova-plugin-geolocation
Updated Branches:
  refs/heads/master 5e472fd54 -> 642a2f35d


CB-13294 Remove cordova-plugin-compat

 This closes #96


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/commit/642a2f35
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/642a2f35
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/642a2f35

Branch: refs/heads/master
Commit: 642a2f35d4df90e9d5929dc5eb2f9bbdb6ad5dbf
Parents: 5e472fd
Author: Kelvin Dart <ke...@crimsontide.co.uk>
Authored: Wed Oct 18 16:52:17 2017 +0100
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Oct 19 19:10:59 2017 -0700

----------------------------------------------------------------------
 package.json | 4 ++--
 plugin.xml   | 6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/642a2f35/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 5924167..ba37f40 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-geolocation",
-  "version": "2.4.4-dev",
+  "version": "3.0.0-dev",
   "description": "Cordova Geolocation Plugin",
   "cordova": {
     "id": "cordova-plugin-geolocation",
@@ -48,7 +48,7 @@
   "engines": {
     "cordovaDependencies": {
       "3.0.0": {
-        "cordova": ">100"
+        "cordova-android": ">=6.3.0"
       }
     }
   },

http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/642a2f35/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index adb28e3..cf93db8 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
 xmlns:rim="http://www.blackberry.com/ns/widgets"
 xmlns:android="http://schemas.android.com/apk/res/android"
            id="cordova-plugin-geolocation"
-      version="2.4.4-dev">
+      version="3.0.0-dev">
 
     <name>Geolocation</name>
     <description>Cordova Geolocation Plugin</description>
@@ -31,7 +31,9 @@ xmlns:android="http://schemas.android.com/apk/res/android"
     <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git</repo>
     <issue>https://issues.apache.org/jira/browse/CB/component/12320638</issue>
 
-    <dependency id="cordova-plugin-compat" version="^1.0.0" />
+    <engines>
+        <engine name="cordova-android" version=">=6.3.0" />
+    </engines>
 
     <!-- android -->
     <platform name="android">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org