Skip to content

Commit

Permalink
Update iOS and Android dependencies for C++ 8.2.0 release. (firebase#525
Browse files Browse the repository at this point in the history
)

Update iOS/Android dependencies and Firestore source dependency.

Also add missing release notes for Firestore.
  • Loading branch information
jonsimantov authored Jul 12, 2021
1 parent 42eca93 commit b49f622
Show file tree
Hide file tree
Showing 19 changed files with 113 additions and 105 deletions.
4 changes: 2 additions & 2 deletions Android/firebase_dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def firebaseDependenciesMap = [
'auth' : ['com.google.firebase:firebase-auth:21.0.1'],
'database' : ['com.google.firebase:firebase-database:20.0.0'],
'dynamic_links' : ['com.google.firebase:firebase-dynamic-links:20.1.0'],
'firestore' : ['com.google.firebase:firebase-firestore:23.0.1'],
'firestore' : ['com.google.firebase:firebase-firestore:23.0.2'],
'functions' : ['com.google.firebase:firebase-functions:20.0.0'],
'installations' : ['com.google.firebase:firebase-installations:17.0.0',
'com.google.android.gms:play-services-base:17.6.0'],
Expand All @@ -36,7 +36,7 @@ def firebaseDependenciesMap = [
'androidx.core:core:1.6.0-alpha03',
'com.google.flatbuffers:flatbuffers-java:1.12.0',
'com.google.android.gms:play-services-base:17.6.0'],
'performance' : ['com.google.firebase:firebase-perf:20.0.1'],
'performance' : ['com.google.firebase:firebase-perf:20.0.2'],
'remote_config' : ['com.google.firebase:firebase-config:21.0.0',
'com.google.android.gms:play-services-base:17.6.0'],
'storage' : ['com.google.firebase:firebase-storage:20.0.0'],
Expand Down
2 changes: 1 addition & 1 deletion analytics/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '10.0'
# Firebase Analytics test application.

target 'integration_test' do
pod 'Firebase/Analytics', '8.2.0'
pod 'Firebase/Analytics', '8.3.0'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion app/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '10.0'
# Firebase App test application.

target 'integration_test' do
pod 'Firebase/Analytics', '8.2.0'
pod 'Firebase/Analytics', '8.3.0'
end

post_install do |installer|
Expand Down
4 changes: 2 additions & 2 deletions auth/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ source 'https://github.com/CocoaPods/Specs.git'

target 'integration_test' do
platform :ios, '10.0'
pod 'Firebase/Auth', '8.2.0'
pod 'Firebase/Auth', '8.3.0'
end

target 'integration_test_tvos' do
platform :tvos, '10.0'
pod 'Firebase/Auth', '8.2.0'
pod 'Firebase/Auth', '8.3.0'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion cmake/external/firestore.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if(TARGET firestore)
return()
endif()

set(version CocoaPods-8.2.0)
set(version CocoaPods-8.3.0)
ExternalProject_Add(
firestore

Expand Down
6 changes: 3 additions & 3 deletions cpp_sdk_version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"released": "7.3.0",
"stable": "7.3.0",
"head": "7.3.0"
"released": "8.2.0",
"stable": "8.2.0",
"head": "8.2.0"
}
8 changes: 4 additions & 4 deletions database/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git'

target 'integration_test' do
platform :ios, '10.0'
pod 'Firebase/Database', '8.2.0'
pod 'Firebase/Auth', '8.2.0'
pod 'Firebase/Database', '8.3.0'
pod 'Firebase/Auth', '8.3.0'
end

target 'integration_test_tvos' do
platform :tvos, '10.0'
pod 'Firebase/Database', '8.2.0'
pod 'Firebase/Auth', '8.2.0'
pod 'Firebase/Database', '8.3.0'
pod 'Firebase/Auth', '8.3.0'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion dynamic_links/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '10.0'
# Firebase Dynamic Links test application.

target 'integration_test' do
pod 'Firebase/DynamicLinks', '8.2.0'
pod 'Firebase/DynamicLinks', '8.3.0'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion firestore/firestore_resources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ android {

dependencies {
implementation 'com.google.firebase:firebase-analytics:19.0.0'
implementation 'com.google.firebase:firebase-firestore:23.0.1'
implementation 'com.google.firebase:firebase-firestore:23.0.2'
}

afterEvaluate {
Expand Down
8 changes: 4 additions & 4 deletions firestore/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git'

target 'integration_test' do
platform :ios, '10.0'
pod 'Firebase/Firestore', '8.2.0'
pod 'Firebase/Auth', '8.2.0'
pod 'Firebase/Firestore', '8.3.0'
pod 'Firebase/Auth', '8.3.0'
end

target 'integration_test_tvos' do
platform :tvos, '10.0'
pod 'Firebase/Firestore', '8.2.0'
pod 'Firebase/Auth', '8.2.0'
pod 'Firebase/Firestore', '8.3.0'
pod 'Firebase/Auth', '8.3.0'
end

post_install do |installer|
Expand Down
8 changes: 4 additions & 4 deletions firestore/integration_test_internal/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ platform :ios, '10.0'

target 'integration_test' do
platform :ios, '10.0'
pod 'Firebase/Firestore', '8.2.0'
pod 'Firebase/Auth', '8.2.0'
pod 'Firebase/Firestore', '8.3.0'
pod 'Firebase/Auth', '8.3.0'
end

target 'integration_test_tvos' do
platform :tvos, '10.0'
pod 'Firebase/Firestore', '8.2.0'
pod 'Firebase/Auth', '8.2.0'
pod 'Firebase/Firestore', '8.3.0'
pod 'Firebase/Auth', '8.3.0'
end

post_install do |installer|
Expand Down
8 changes: 4 additions & 4 deletions functions/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git'

target 'integration_test' do
platform :ios, '10.0'
pod 'Firebase/Functions', '8.2.0'
pod 'Firebase/Auth', '8.2.0'
pod 'Firebase/Functions', '8.3.0'
pod 'Firebase/Auth', '8.3.0'
end

target 'integration_test_tvos' do
platform :tvos, '10.0'
pod 'Firebase/Functions', '8.2.0'
pod 'Firebase/Auth', '8.2.0'
pod 'Firebase/Functions', '8.3.0'
pod 'Firebase/Auth', '8.3.0'
end

post_install do |installer|
Expand Down
4 changes: 2 additions & 2 deletions installations/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ platform :ios, '10.0'
# Firebase Installations test application.

target 'integration_test' do
pod 'Firebase/Analytics', '8.2.0'
pod 'Firebase/Installations', '8.2.0'
pod 'Firebase/Analytics', '8.3.0'
pod 'Firebase/Installations', '8.3.0'
end

post_install do |installer|
Expand Down
24 changes: 12 additions & 12 deletions ios_pod/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'

target 'GetPods' do
pod 'Firebase/Core', '8.2.0'
pod 'Firebase/Core', '8.3.0'

pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk'
pod 'Firebase/Analytics', '8.2.0'
pod 'Firebase/Auth', '8.2.0'
pod 'Firebase/Crashlytics', '8.2.0'
pod 'Firebase/Database', '8.2.0'
pod 'Firebase/DynamicLinks', '8.2.0'
pod 'Firebase/Firestore', '8.2.0'
pod 'Firebase/Functions', '8.2.0'
pod 'Firebase/Installations', '8.2.0'
pod 'Firebase/Messaging', '8.2.0'
pod 'Firebase/RemoteConfig', '8.2.0'
pod 'Firebase/Storage', '8.2.0'
pod 'Firebase/Analytics', '8.3.0'
pod 'Firebase/Auth', '8.3.0'
pod 'Firebase/Crashlytics', '8.3.0'
pod 'Firebase/Database', '8.3.0'
pod 'Firebase/DynamicLinks', '8.3.0'
pod 'Firebase/Firestore', '8.3.0'
pod 'Firebase/Functions', '8.3.0'
pod 'Firebase/Installations', '8.3.0'
pod 'Firebase/Messaging', '8.3.0'
pod 'Firebase/RemoteConfig', '8.3.0'
pod 'Firebase/Storage', '8.3.0'

end
2 changes: 1 addition & 1 deletion messaging/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '10.0'
# Firebase Cloud Messaging test application.

target 'integration_test' do
pod 'Firebase/Messaging', '8.2.0'
pod 'Firebase/Messaging', '8.3.0'
end

post_install do |installer|
Expand Down
4 changes: 2 additions & 2 deletions release_build_files/Android/firebase_dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def firebaseDependenciesMap = [
'auth' : ['com.google.firebase:firebase-auth:21.0.1'],
'database' : ['com.google.firebase:firebase-database:20.0.0'],
'dynamic_links' : ['com.google.firebase:firebase-dynamic-links:20.1.0'],
'firestore' : ['com.google.firebase:firebase-firestore:23.0.1'],
'firestore' : ['com.google.firebase:firebase-firestore:23.0.2'],
'functions' : ['com.google.firebase:firebase-functions:20.0.0'],
'installations' : ['com.google.firebase:firebase-installations:17.0.0',
'com.google.android.gms:play-services-base:17.6.0'],
Expand All @@ -36,7 +36,7 @@ def firebaseDependenciesMap = [
'androidx.core:core:1.6.0-alpha03',
'com.google.flatbuffers:flatbuffers-java:1.12.0',
'com.google.android.gms:play-services-base:17.6.0'],
'performance' : ['com.google.firebase:firebase-perf:20.0.1'],
'performance' : ['com.google.firebase:firebase-perf:20.0.2'],
'remote_config' : ['com.google.firebase:firebase-config:21.0.0',
'com.google.android.gms:play-services-base:17.6.0'],
'storage' : ['com.google.firebase:firebase-storage:20.0.0'],
Expand Down
Loading

0 comments on commit b49f622

Please sign in to comment.