From de9dcaaed92dcb02a210d4a714f92cda0f9d5253 Mon Sep 17 00:00:00 2001 From: Francesco-Voto Date: Thu, 3 Dec 2020 21:04:13 +0100 Subject: [PATCH 1/2] Clean android gradle --- android/build.gradle | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index bdb6970..8d0a61c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,13 +1,3 @@ -buildscript { - repositories { - jcenter() - } - - dependencies { - classpath 'com.android.tools.build:gradle:2.1.3' - } -} - def safeExtGet(prop, fallback) { rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback } From 074dd1b3ef34fa295c7331fbec8c78134a589460 Mon Sep 17 00:00:00 2001 From: Francesco-Voto Date: Thu, 3 Dec 2020 21:04:33 +0100 Subject: [PATCH 2/2] Update pod file --- react-native-fitness.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-fitness.podspec b/react-native-fitness.podspec index 32debf3..c370c6e 100644 --- a/react-native-fitness.podspec +++ b/react-native-fitness.podspec @@ -15,5 +15,5 @@ Pod::Spec.new do |s| s.source = { :git => "git@github.com:OvalMoney/react-native-fitness.git", :tag => "master" } s.source_files = "ios/RCTFitness/**/*.{h,m}" - s.dependency 'React' + s.dependency 'React-Core' end