[v6] Implement Invites (#2015)

[v6] Implement Invites
This commit is contained in:
Mike Diarmid
2019-03-28 20:52:16 +00:00
committed by GitHub
parent 57c6d16683
commit 34b1d92005
75 changed files with 4758 additions and 524 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.0'
classpath 'com.android.tools.build:gradle:3.3.2'
}
}
@@ -29,7 +29,7 @@ project.ext {
],
firebase : [
_template_: "16.0.6"
_template_: "16.0.8"
],
],
])

View File

@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "10.0"
s.source_files = 'RNFB_Template_/**/*.{h,m}'
s.dependency 'React'
s.dependency 'Firebase/Core', '~> 5.17.0'
s.dependency 'Firebase/Core', '~> 5.19.0'
s.dependency 'RNFBApp'
s.static_framework = true
end