Skip to content

Commit 845c947

Browse files
committed
updating android and ios versions across repo.
1 parent 1ab8a7e commit 845c947

File tree

19 files changed

+83
-83
lines changed

19 files changed

+83
-83
lines changed

Android/firebase_dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import org.gradle.util.ConfigureUtil;
1717
// A map of library to the dependencies that need to be added for it.
1818
def firebaseDependenciesMap = [
1919
'app' : ['com.google.firebase:firebase-analytics:19.0.0'],
20-
'admob' : ['com.google.firebase:firebase-ads:19.8.0',
20+
'admob' : ['com.google.firebase:firebase-ads:20.2.0',
2121
'com.google.firebase:firebase-analytics:19.0.0',
2222
'com.google.android.gms:play-services-base:17.6.0'],
2323
'analytics' : ['com.google.firebase:firebase-analytics:19.0.0',

admob/admob_resources/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ android {
4646

4747
dependencies {
4848
implementation 'com.google.firebase:firebase-analytics:19.0.0'
49-
implementation 'com.google.firebase:firebase-ads:19.8.0'
49+
implementation 'com.google.firebase:firebase-ads:20.2.0'
5050
}
5151

5252
afterEvaluate {

admob/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ platform :ios, '10.0'
33
# Firebase AdMob test application.
44

55
target 'integration_test' do
6-
pod 'Firebase/Analytics', '8.1.1'
7-
pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk'
6+
pod 'Firebase/Analytics', '8.2.0'
7+
pod 'Google-Mobile-Ads-SDK', '8.7.0'
88
end
99

1010
post_install do |installer|

analytics/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '10.0'
44
# Firebase Analytics test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '8.1.1'
7+
pod 'Firebase/Analytics', '8.2.0'
88
end
99

1010
post_install do |installer|

app/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '10.0'
44
# Firebase App test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '8.1.1'
7+
pod 'Firebase/Analytics', '8.2.0'
88
end
99

1010
post_install do |installer|

auth/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ source 'https://github.com/CocoaPods/Specs.git'
44

55
target 'integration_test' do
66
platform :ios, '10.0'
7-
pod 'Firebase/Auth', '8.1.1'
7+
pod 'Firebase/Auth', '8.2.0'
88
end
99

1010
target 'integration_test_tvos' do
1111
platform :tvos, '10.0'
12-
pod 'Firebase/Auth', '8.1.1'
12+
pod 'Firebase/Auth', '8.2.0'
1313
end
1414

1515
post_install do |installer|

database/integration_test/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git'
44

55
target 'integration_test' do
66
platform :ios, '10.0'
7-
pod 'Firebase/Database', '8.1.1'
8-
pod 'Firebase/Auth', '8.1.1'
7+
pod 'Firebase/Database', '8.2.0'
8+
pod 'Firebase/Auth', '8.2.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '10.0'
13-
pod 'Firebase/Database', '8.1.1'
14-
pod 'Firebase/Auth', '8.1.1'
13+
pod 'Firebase/Database', '8.2.0'
14+
pod 'Firebase/Auth', '8.2.0'
1515
end
1616

1717
post_install do |installer|

dynamic_links/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '10.0'
44
# Firebase Dynamic Links test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/DynamicLinks', '8.1.1'
7+
pod 'Firebase/DynamicLinks', '8.2.0'
88
end
99

1010
post_install do |installer|

firestore/integration_test/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git'
44

55
target 'integration_test' do
66
platform :ios, '10.0'
7-
pod 'Firebase/Firestore', '8.1.1'
8-
pod 'Firebase/Auth', '8.1.1'
7+
pod 'Firebase/Firestore', '8.2.0'
8+
pod 'Firebase/Auth', '8.2.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '10.0'
13-
pod 'Firebase/Firestore', '8.1.1'
14-
pod 'Firebase/Auth', '8.1.1'
13+
pod 'Firebase/Firestore', '8.2.0'
14+
pod 'Firebase/Auth', '8.2.0'
1515
end
1616

1717
post_install do |installer|

firestore/integration_test_internal/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ source 'https://github.com/CocoaPods/Specs.git'
33

44
target 'integration_test' do
55
platform :ios, '10.0'
6-
pod 'Firebase/Firestore', '7.11.0'
7-
pod 'Firebase/Auth', '7.11.0'
6+
pod 'Firebase/Firestore', '8.2.0'
7+
pod 'Firebase/Auth', '8.2.0'
88
end
99

1010
target 'integration_test_tvos' do
1111
platform :tvos, '10.0'
12-
pod 'Firebase/Firestore', '7.11.0'
13-
pod 'Firebase/Auth', '7.11.0'
12+
pod 'Firebase/Firestore', '8.2.0'
13+
pod 'Firebase/Auth', '8.2.0'
1414
end
1515

1616
post_install do |installer|

0 commit comments

Comments
 (0)