Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cordova-background-geolocation
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Aksimaya
cordova-background-geolocation
Commits
19e95385
Commit
19e95385
authored
Nov 26, 2015
by
Heddi Heryadi
💪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upload t aksimaya repo
parent
2fbfdb28
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
11 deletions
+12
-11
plugin.xml
plugin.xml
+12
-11
No files found.
plugin.xml
View file @
19e95385
...
...
@@ -2,9 +2,9 @@
<plugin
xmlns=
"http://www.phonegap.com/ns/plugins/1.0"
xmlns:android=
"http://schemas.android.com/apk/res/android"
id=
"com.
giganti.m1.background-geolocation-3
"
id=
"com.
aksimaya.background-geolocation-services
"
version=
"0.0.3"
>
<name>
BackgroundGeolocation
</name>
<name>
Aksimaya
BackgroundGeolocation
</name>
<description>
Sophisticated, battery-efficient background-geolocation plugin for Cordova
</description>
<license>
MIT
</license>
<keywords>
cordova, phonegap, background geolocation
</keywords>
...
...
@@ -25,13 +25,14 @@
<!-- android -->
<platform
name=
"android"
>
<framework
src=
"com.google.android.gms:play-services-location:+"
/>
<!--
<framework src="src/android/build.gradle" custom="true" type="gradleReference" />
<resource-file src="src/android/libs/tslocationmanager.aar" target="src/android/libs/tslocationmanager.aar" />
<source-file src="src/android/CDVBackgroundGeolocation.java" target-dir="src/com/transistorsoft/cordova/bggeo" />
<source-file src="src/android/BootReceiver.java" target-dir="src/com/transistorsoft/cordova/bggeo" />
-->
<dependency
id=
"com.google.playservices"
url=
"https://github.com/LogicsSoftware/google-play-services.git"
/>
<!-- V24 instead of framework -->
<
!--<
dependency id="com.google.playservices" url="https://github.com/LogicsSoftware/google-play-services.git" /><!-- V24 instead of framework -->
<source-file
src=
"src/android/aar/eventbus-3.0.0-beta1.jar"
target-dir=
"libs"
/>
<source-file
src=
"src/android/aar/classes.jar"
target-dir=
"libs"
/>
<!-- transistor-locationmanager.jar -->
<source-file
src=
"src/android/aar/CDVBackgroundGeolocation.java"
target-dir=
"src/com/transistorsoft/cordova/bggeo"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment