Skip to content

Commit

Permalink
Merge pull request #91 from OvalMoney/feature/update-dependencies
Browse files Browse the repository at this point in the history
Feature/update dependencies
  • Loading branch information
franceto authored Dec 3, 2020
2 parents 8f50714 + 074dd1b commit f15e462
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion react-native-fitness.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Pod::Spec.new do |s|
s.source = { :git => "[email protected]:OvalMoney/react-native-fitness.git", :tag => "master" }
s.source_files = "ios/RCTFitness/**/*.{h,m}"

s.dependency 'React'
s.dependency 'React-Core'
end

0 comments on commit f15e462

Please sign in to comment.