Skip to content

Commit 6dcbe93

Browse files
committed
repo-update-fixes
1 parent 203bb34 commit 6dcbe93

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

@darron1217_react-native-background-geolocation.podspec renamed to @hariks789_react-native-background-geolocation.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require 'json'
33
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
44

55
Pod::Spec.new do |s|
6-
s.name = "@darron1217_react-native-background-geolocation"
6+
s.name = "@hariks789_react-native-background-geolocation"
77
s.version = package['version']
88
s.summary = package['description']
99
s.license = package['license']

android/lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ android {
8282
}
8383

8484
dependencies {
85-
implementation project(path: ':@darron1217_react-native-background-geolocation-common')
85+
implementation project(path: ':@hariks789_react-native-background-geolocation-common')
8686

8787
projDependencies.each {
8888
add(it.configuration, it.dependency)

android/settings.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
include ':lib'
2-
include ':@darron1217_react-native-background-geolocation-common'
3-
project(':@darron1217_react-native-background-geolocation-common').projectDir = new File(rootProject.projectDir, './common')
2+
include ':@hariks789_react-native-background-geolocation-common'
3+
project(':@hariks789_react-native-background-geolocation-common').projectDir = new File(rootProject.projectDir, './common')

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hariks789/react-native-background-geolocation",
3-
"version": "0.6.8",
3+
"version": "0.6.10",
44
"description": "Optimized background location tracking",
55
"main": "./index.js",
66
"types": "./index.d.ts",
@@ -43,6 +43,7 @@
4343
},
4444
"homepage": "https://github.com/hariks789/react-native-background-geolocation#readme",
4545
"dependencies": {
46+
"@hariks789/react-native-background-geolocation": "^0.6.9",
4647
"plist": "^3.0.1"
4748
},
4849
"peerDependencies": {

0 commit comments

Comments
 (0)