@transistorsoft/capacitor-background-geolocation 4.11.3 → 4.11.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/build.gradle +9 -2
- package/android/libs/com/transistorsoft/tslocationmanager/3.4.0/tslocationmanager-3.4.0.aar +0 -0
- package/android/libs/com/transistorsoft/tslocationmanager/3.4.0/tslocationmanager-3.4.0.aar.md5 +1 -1
- package/android/libs/com/transistorsoft/tslocationmanager/3.4.0/tslocationmanager-3.4.0.aar.sha1 +1 -1
- package/android/libs/com/transistorsoft/tslocationmanager/3.4.0/tslocationmanager-3.4.0.aar.sha256 +1 -1
- package/android/libs/com/transistorsoft/tslocationmanager/3.4.0/tslocationmanager-3.4.0.aar.sha512 +1 -1
- package/android/libs/com/transistorsoft/tslocationmanager/maven-metadata.xml +1 -1
- package/android/libs/com/transistorsoft/tslocationmanager-v21/3.4.0/tslocationmanager-v21-3.4.0.aar +0 -0
- package/android/libs/com/transistorsoft/tslocationmanager-v21/3.4.0/tslocationmanager-v21-3.4.0.aar.md5 +1 -1
- package/android/libs/com/transistorsoft/tslocationmanager-v21/3.4.0/tslocationmanager-v21-3.4.0.aar.sha1 +1 -1
- package/android/libs/com/transistorsoft/tslocationmanager-v21/3.4.0/tslocationmanager-v21-3.4.0.aar.sha256 +1 -1
- package/android/libs/com/transistorsoft/tslocationmanager-v21/3.4.0/tslocationmanager-v21-3.4.0.aar.sha512 +1 -1
- package/android/libs/com/transistorsoft/tslocationmanager-v21/maven-metadata.xml +1 -1
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -40,6 +40,8 @@ def DEFAULT_EVENTBUS_VERSION = "3.3.1"
|
|
|
40
40
|
def DEFAULT_LOCAL_BROADCAST_MANAGER_VERSION = "1.0.0"
|
|
41
41
|
def DEFAULT_LIFE_CYCLE_RUNTIME_VERSION = "2.4.1"
|
|
42
42
|
def DEFAULT_LIFE_CYCLE_EXTENSIONS_VERSION = "2.2.0"
|
|
43
|
+
def DEFAULT_LOGBACK_VERSION = "3.0.0"
|
|
44
|
+
def DEFAULT_SLF4J_VERSION = "2.0.7"
|
|
43
45
|
|
|
44
46
|
def safeExtGet(prop, fallback) {
|
|
45
47
|
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
|
|
@@ -86,6 +88,8 @@ dependencies {
|
|
|
86
88
|
|
|
87
89
|
def lifeCycleRuntimeVersion = safeExtGet('lifeCycleRuntimeVersion', DEFAULT_LIFE_CYCLE_RUNTIME_VERSION)
|
|
88
90
|
def lifeCycleExtensionsVersion = safeExtGet('lifeCycleExtensionsVersion', DEFAULT_LIFE_CYCLE_EXTENSIONS_VERSION)
|
|
91
|
+
def logbackVersion = safeExtGet('logbackVersion', DEFAULT_LOGBACK_VERSION);
|
|
92
|
+
def slf4jVersion = safeExtGet('slf4jVersion', DEFAULT_SLF4J_VERSION);
|
|
89
93
|
|
|
90
94
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
91
95
|
implementation project(':capacitor-android')
|
|
@@ -110,8 +114,11 @@ dependencies {
|
|
|
110
114
|
|
|
111
115
|
api "org.greenrobot:eventbus:$eventBusVersion"
|
|
112
116
|
api "com.squareup.okhttp3:okhttp:$okHttpVersion"
|
|
113
|
-
|
|
114
|
-
|
|
117
|
+
|
|
118
|
+
// logback-android
|
|
119
|
+
implementation "com.github.tony19:logback-android:$logbackVersion"
|
|
120
|
+
implementation "org.slf4j:slf4j-api:$slf4jVersion"
|
|
121
|
+
|
|
115
122
|
implementation "io.github.nishkarsh:android-permissions:$androidPermissionsVersion"
|
|
116
123
|
// LifeCycleObserver
|
|
117
124
|
implementation "androidx.lifecycle:lifecycle-runtime:$lifeCycleRuntimeVersion"
|
|
Binary file
|
package/android/libs/com/transistorsoft/tslocationmanager/3.4.0/tslocationmanager-3.4.0.aar.md5
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
d140825285ced25ef1f5a1017090b9b5
|
package/android/libs/com/transistorsoft/tslocationmanager/3.4.0/tslocationmanager-3.4.0.aar.sha1
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
9b4d84096892365e7f60f160fc4496fc2c9aee4d
|
package/android/libs/com/transistorsoft/tslocationmanager/3.4.0/tslocationmanager-3.4.0.aar.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
8c5c7f19fbf7b863f25886563db1f76de4488de6437bd0920ea34e8ad754b665
|
package/android/libs/com/transistorsoft/tslocationmanager/3.4.0/tslocationmanager-3.4.0.aar.sha512
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
d25d58ee94fd37904b6b96588e2c1be636d90cd2517967dfc575c88bc1ea079cd311273ad003db9b7d4452b488bb38dafbbd59ae0f2a1b9375640be3a771b737
|
package/android/libs/com/transistorsoft/tslocationmanager-v21/3.4.0/tslocationmanager-v21-3.4.0.aar
CHANGED
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
881f41140566100127c286823f3110d3
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
487071a922f277a31b8a85036dbdb7f253ee2a05
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
16b91794a614abb7c5c415f8e3ed1278d364d9aa35883d3f6629b3d13f7ae9f5
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
172805734cb1d953c2c128fe3a63e3dbf903795b10f72b7726097dfd9eeff689ef090d050050c3b1487e17fdc479273aa1a037872d71f9ed550e6d48fe57eb59
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transistorsoft/capacitor-background-geolocation",
|
|
3
|
-
"version": "4.11.
|
|
3
|
+
"version": "4.11.4",
|
|
4
4
|
"description": "The most sophisticated cross platform Capacitor background location tracking & geofencing module with battery-conscious motion-detection intelligence",
|
|
5
5
|
"main": "dist/plugin.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|