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
8a83fac7
Commit
8a83fac7
authored
Aug 14, 2015
by
Rodrigo Miranda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update plugin.xml
parent
5fa49f31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
plugin.xml
plugin.xml
+9
-5
No files found.
plugin.xml
View file @
8a83fac7
...
...
@@ -13,10 +13,8 @@
<engine
name=
"cordova"
version=
">=3.0.0"
/>
</engines>
<!--
Pre-Cordova 5, non-npm plugin reference. Uncomment this if you're not using Cordova 5.
<dependency
id=
"org.apache.cordova.dialogs"
/>
-->
<!-- Cordova 5 npm-style plugin referernce. Comment this out if you're not using Cordova 5 -->
<dependency
id=
"cordova-plugin-dialogs"
/>
...
...
@@ -27,12 +25,18 @@
<!-- android -->
<platform
name=
"android"
>
<!--
<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 -->
<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"
/>
<source-file
src=
"src/android/aar/BootReceiver.java"
target-dir=
"src/com/transistorsoft/cordova/bggeo"
/>
<config-file
target=
"AndroidManifest.xml"
parent=
"/manifest/application"
>
<service
android:name=
"com.transistorsoft.locationmanager.BackgroundGeolocationService"
/>
<service
android:name=
"com.transistorsoft.locationmanager.LocationService"
/>
...
...
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