Commit 19e95385 authored by Heddi Heryadi's avatar Heddi Heryadi 💪

upload t aksimaya repo

parent 2fbfdb28
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" <plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android" 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"> version="0.0.3">
<name>BackgroundGeolocation</name> <name>AksimayaBackgroundGeolocation</name>
<description>Sophisticated, battery-efficient background-geolocation plugin for Cordova</description> <description>Sophisticated, battery-efficient background-geolocation plugin for Cordova</description>
<license>MIT</license> <license>MIT</license>
<keywords>cordova, phonegap, background geolocation</keywords> <keywords>cordova, phonegap, background geolocation</keywords>
...@@ -25,13 +25,14 @@ ...@@ -25,13 +25,14 @@
<!-- android --> <!-- android -->
<platform name="android"> <platform name="android">
<framework src="com.google.android.gms:play-services-location:+" />
<!-- <!--
<framework src="src/android/build.gradle" custom="true" type="gradleReference" /> <framework src="src/android/build.gradle" custom="true" type="gradleReference" />
<resource-file src="src/android/libs/tslocationmanager.aar" target="src/android/libs/tslocationmanager.aar" /> <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/CDVBackgroundGeolocation.java" target-dir="src/com/transistorsoft/cordova/bggeo" />
<source-file src="src/android/BootReceiver.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/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/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/CDVBackgroundGeolocation.java" target-dir="src/com/transistorsoft/cordova/bggeo" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment