Skip to content
This repository was archived by the owner on Dec 29, 2020. It is now read-only.

Commit

Permalink
feat(android,ios): upgrade native SDK versions (invertase#3881)
Browse files Browse the repository at this point in the history
[publish]

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
  • Loading branch information
andersonaddo and Salakar authored Jul 7, 2020
1 parent fc1d8d9 commit 86916f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RNFBApp.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'json'
require './firebase_json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
firebase_sdk_version = package['sdkVersions']['ios']['firebase'] || '~> 6.25.0'
firebase_sdk_version = package['sdkVersions']['ios']['firebase'] || '~> 6.27.0'

Pod::Spec.new do |s|
s.name = "RNFBApp"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
},
"sdkVersions": {
"ios": {
"firebase": "~> 6.25.0"
"firebase": "~> 6.27.0"
},
"android": {
"firebase": "25.3.1"
"firebase": "25.5.0"
}
}
}

0 comments on commit 86916f8

Please sign in to comment.