react-native-background-geolocation 4.11.2 → 4.11.3

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.
@@ -22,6 +22,8 @@ def DEFAULT_EVENTBUS_VERSION = "3.3.1"
22
22
  def DEFAULT_LOCAL_BROADCAST_MANAGER_VERSION = "1.0.0"
23
23
  def DEFAULT_LIFE_CYCLE_RUNTIME_VERSION = "2.4.1"
24
24
  def DEFAULT_LIFE_CYCLE_EXTENSIONS_VERSION = "2.2.0"
25
+ def DEFAULT_LOGBACK_VERSION = "3.0.0"
26
+ def DEFAULT_SLF4J_VERSION = "2.0.7"
25
27
 
26
28
  def useAndroidX = (project.hasProperty("android.useAndroidX")) ? project.property("android.useAndroidX") : false
27
29
 
@@ -57,7 +59,9 @@ dependencies {
57
59
  def localBroadcastManagerVersion = safeExtGet('localBroadcastManagerVersion', DEFAULT_LOCAL_BROADCAST_MANAGER_VERSION)
58
60
  def lifeCycleRuntimeVersion = safeExtGet('lifeCycleRuntimeVersion', DEFAULT_LIFE_CYCLE_RUNTIME_VERSION)
59
61
  def lifeCycleExtensionsVersion = safeExtGet('lifeCycleExtensionsVersion', DEFAULT_LIFE_CYCLE_EXTENSIONS_VERSION)
60
-
62
+ def logbackVersion = safeExtGet('logbackVersion', DEFAULT_LOGBACK_VERSION);
63
+ def slf4jVersion = safeExtGet('slf4jVersion', DEFAULT_SLF4J_VERSION);
64
+
61
65
  implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
62
66
 
63
67
  def locationMajorVersion = playServicesLocationVersion.split('\\.')[0] as int
@@ -76,8 +80,10 @@ dependencies {
76
80
 
77
81
  implementation "org.greenrobot:eventbus:$eventBusVersion"
78
82
  implementation "com.squareup.okhttp3:okhttp:$okHttpVersion"
79
- implementation 'org.slf4j:slf4j-api:1.7.36'
80
- implementation 'com.github.tony19:logback-android:2.0.1'
83
+ // logback-android
84
+ implementation "com.github.tony19:logback-android:$logbackVersion"
85
+ implementation "org.slf4j:slf4j-api:$slf4jVersion"
86
+
81
87
  implementation "io.github.nishkarsh:android-permissions:$androidPermissionsVersion"
82
88
  // LifeCycleObserver
83
89
  implementation "androidx.lifecycle:lifecycle-runtime:$lifeCycleRuntimeVersion"
@@ -1 +1 @@
1
- 5a9743fb83366e1b763e4cbbef0966b0
1
+ d140825285ced25ef1f5a1017090b9b5
@@ -1 +1 @@
1
- 5f822f0c79e188a9f7ca1a81cb5dd0f084bd32b7
1
+ 9b4d84096892365e7f60f160fc4496fc2c9aee4d
@@ -1 +1 @@
1
- 08bc18398357ca10a19ddf007f2f8fe0d94562470597d031dd86329e483befca
1
+ 8c5c7f19fbf7b863f25886563db1f76de4488de6437bd0920ea34e8ad754b665
@@ -1 +1 @@
1
- 438d139f8769c5b1b9825d904df9e87f156480703a113d06e59b37b1678373592ee9bbfb892df173420376ca60c377970b2f677253ca60ef2443afb917dac250
1
+ d25d58ee94fd37904b6b96588e2c1be636d90cd2517967dfc575c88bc1ea079cd311273ad003db9b7d4452b488bb38dafbbd59ae0f2a1b9375640be3a771b737
@@ -8,6 +8,6 @@
8
8
  <versions>
9
9
  <version>3.4.0</version>
10
10
  </versions>
11
- <lastUpdated>20230412142510</lastUpdated>
11
+ <lastUpdated>20230417163702</lastUpdated>
12
12
  </versioning>
13
13
  </metadata>
@@ -1 +1 @@
1
- df0582b92759dd2ca250c15ff588b120
1
+ 881f41140566100127c286823f3110d3
@@ -1 +1 @@
1
- fe0a6bbd30184025acb31020eafee93bfc36556a
1
+ 487071a922f277a31b8a85036dbdb7f253ee2a05
@@ -1 +1 @@
1
- f3f394be80f8f8c391f8af9b8a8fc008e26f6563f7ec8f343422fd3e85c37120
1
+ 16b91794a614abb7c5c415f8e3ed1278d364d9aa35883d3f6629b3d13f7ae9f5
@@ -1 +1 @@
1
- 417788656aa912623e360302fd4c0d38e1d820d75b36d2abe5b2c3eccab2469f6dd7ec66a10143c5ab5a0e57af9c42cf8a35eac71870f64c5af9e361d3a26b1b
1
+ 172805734cb1d953c2c128fe3a63e3dbf903795b10f72b7726097dfd9eeff689ef090d050050c3b1487e17fdc479273aa1a037872d71f9ed550e6d48fe57eb59
@@ -8,6 +8,6 @@
8
8
  <versions>
9
9
  <version>3.4.0</version>
10
10
  </versions>
11
- <lastUpdated>20230412142510</lastUpdated>
11
+ <lastUpdated>20230417163702</lastUpdated>
12
12
  </versioning>
13
13
  </metadata>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-background-geolocation",
3
- "version": "4.11.2",
3
+ "version": "4.11.3",
4
4
  "description": "The most sophisticated cross-platform background location-tracking & geofencing module with battery-conscious motion-detection intelligence",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"