Open MrKhakimov opened 2 years ago
Having the same issue
SAME!, pleaseee, move to mavenCentral()
Current workaround:
node_modules/@mauron85/react-native-background-geolocation/android
and node_modules/@mauron85/react-native-background-geolocation/android/common
build.gradle
in each one and change jcenter()
to mavenCentral()
node_modules/@mauron85/react-native-background-geolocation/android/common/VERSIONS.gradle
and change the group value of libs permission to io.github.niishkarsh
ext {
...
libs = [
...
permissions: [group: 'io.github.nishkarsh', name: 'android-permissions', version: '0.1.7'],
...
]
}
Thanks Rc85 !
Warning to others, there is typo in the response above, on point 3: its nishkarsh, not niishkarsh! (The gray box is the correct spelling!)