Skip to content

Commit 4480c16

Browse files
authored
chore(deps)!: update Android SDKs (#586)
* chore(deps)!: update Android SDKs * docs [skip ci]
1 parent 0abbb8d commit 4480c16

File tree

21 files changed

+99
-12
lines changed

21 files changed

+99
-12
lines changed

.changeset/gold-tigers-judge.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
'@capacitor-firebase/analytics': major
3+
'@capacitor-firebase/app': major
4+
'@capacitor-firebase/app-check': major
5+
'@capacitor-firebase/authentication': major
6+
'@capacitor-firebase/crashlytics': major
7+
'@capacitor-firebase/firestore': major
8+
'@capacitor-firebase/messaging': major
9+
'@capacitor-firebase/performance': major
10+
'@capacitor-firebase/remote-config': major
11+
'@capacitor-firebase/storage': major
12+
---
13+
14+
chore(deps): update Android SDKs

packages/analytics/BREAKING.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ This is a comprehensive list of the breaking changes introduced in the major ver
44

55
## Versions
66

7+
- [Version 6.x.x](#version-6xx)
78
- [Version 5.x.x](#version-5xx)
89
- [Version 1.x.x](#version-1xx)
910

11+
## Version 6.x.x
12+
13+
### Variables
14+
15+
- On Android, the `firebaseAnalyticsVersion` variable has been updated to `20.5.1`.
16+
1017
## Version 5.x.x
1118

1219
### Capacitor 5

packages/analytics/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ext {
33
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.6.1'
44
androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.5'
55
androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1'
6-
firebaseAnalyticsVersion = project.hasProperty('firebaseAnalyticsVersion') ? rootProject.ext.firebaseAnalyticsVersion : '21.2.2'
6+
firebaseAnalyticsVersion = project.hasProperty('firebaseAnalyticsVersion') ? rootProject.ext.firebaseAnalyticsVersion : '21.5.1'
77
}
88

99
buildscript {

packages/app-check/BREAKING.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ This is a comprehensive list of the breaking changes introduced in the major ver
44

55
## Versions
66

7+
- [Version 6.x.x](#version-6xx)
78
- [Version 5.x.x](#version-5xx)
89

10+
## Version 6.x.x
11+
12+
### Variables
13+
14+
- On Android, the `firebaseAppCheckPlayIntegrityVersion` variable has been updated to `17.1.2`.
15+
- On Android, the `firebaseAppCheckDebugVersion` variable has been updated to `17.1.2`.
16+
917
## Version 5.x.x
1018

1119
### Capacitor 5

packages/app-check/android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ ext {
33
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.6.1'
44
androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.5'
55
androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1'
6-
firebaseAppCheckPlayIntegrityVersion = project.hasProperty('firebaseAppCheckPlayIntegrityVersion') ? rootProject.ext.firebaseAppCheckPlayIntegrityVersion : '17.0.1'
7-
firebaseAppCheckDebugVersion = project.hasProperty('firebaseAppCheckDebugVersion') ? rootProject.ext.firebaseAppCheckDebugVersion : '17.0.1'
6+
firebaseAppCheckPlayIntegrityVersion = project.hasProperty('firebaseAppCheckPlayIntegrityVersion') ? rootProject.ext.firebaseAppCheckPlayIntegrityVersion : '17.1.2'
7+
firebaseAppCheckDebugVersion = project.hasProperty('firebaseAppCheckDebugVersion') ? rootProject.ext.firebaseAppCheckDebugVersion : '17.1.2'
88
}
99

1010
buildscript {

packages/app/BREAKING.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ This is a comprehensive list of the breaking changes introduced in the major ver
44

55
## Versions
66

7+
- [Version 6.x.x](#version-6xx)
78
- [Version 5.x.x](#version-5xx)
89
- [Version 1.x.x](#version-1xx)
910

11+
## Version 6.x.x
12+
13+
### Variables
14+
15+
- On Android, the `firebaseCommonVersion` variable has been updated to `20.4.2`.
16+
1017
## Version 5.x.x
1118

1219
### Capacitor 5

packages/app/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ext {
33
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.6.1'
44
androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.5'
55
androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1'
6-
firebaseCommonVersion = project.hasProperty('firebaseCommonVersion') ? rootProject.ext.firebaseCommonVersion : '20.3.2'
6+
firebaseCommonVersion = project.hasProperty('firebaseCommonVersion') ? rootProject.ext.firebaseCommonVersion : '20.4.2'
77
}
88

99
buildscript {

packages/authentication/BREAKING.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,19 @@ This is a comprehensive list of the breaking changes introduced in the major ver
44

55
## Versions
66

7+
- [Version 6.x.x](#version-6xx)
78
- [Version 5.x.x](#version-5xx)
89
- [Version 1.x.x](#version-1xx)
910
- [Version 0.4.x](#version-04x)
1011

12+
## Version 6.x.x
13+
14+
### Variables
15+
16+
- On Android, the `firebaseAuthVersion` variable has been updated to `22.3.1`.
17+
- On Android, the `playServicesAuthVersion` variable has been updated to `21.0.0`.
18+
- On Android, the `facebookLoginVersion` variable has been updated to `16.3.0`.
19+
1120
## Version 5.x.x
1221

1322
### Capacitor 5

packages/authentication/android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ext {
66
rgcfaIncludeGoogle = project.hasProperty('rgcfaIncludeGoogle') ? rootProject.ext.rgcfaIncludeGoogle : false
77
rgcfaIncludeFacebook = project.hasProperty('rgcfaIncludeFacebook') ? rootProject.ext.rgcfaIncludeFacebook : false
88
firebaseAuthVersion = project.hasProperty('firebaseAuthVersion') ? rootProject.ext.firebaseAuthVersion : '22.3.1'
9-
playServicesAuthVersion = project.hasProperty('playServicesAuthVersion') ? rootProject.ext.playServicesAuthVersion : '20.5.0'
10-
facebookLoginVersion = project.hasProperty('facebookLoginVersion') ? rootProject.ext.facebookLoginVersion : '16.0.0'
9+
playServicesAuthVersion = project.hasProperty('playServicesAuthVersion') ? rootProject.ext.playServicesAuthVersion : '21.0.0'
10+
facebookLoginVersion = project.hasProperty('facebookLoginVersion') ? rootProject.ext.facebookLoginVersion : '16.3.0'
1111
}
1212

1313
buildscript {

packages/crashlytics/BREAKING.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ This is a comprehensive list of the breaking changes introduced in the major ver
44

55
## Versions
66

7+
- [Version 6.x.x](#version-6xx)
78
- [Version 5.x.x](#version-5xx)
89
- [Version 1.x.x](#version-1xx)
910

11+
## Version 6.x.x
12+
13+
### Variables
14+
15+
- On Android, the `firebaseCrashlyticsVersion` variable has been updated to `18.6.2`.
16+
1017
## Version 5.x.x
1118

1219
### Capacitor 5

packages/crashlytics/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ext {
33
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.6.1'
44
androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.5'
55
androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1'
6-
firebaseCrashlyticsVersion = project.hasProperty('firebaseCrashlyticsVersion') ? rootProject.ext.firebaseCrashlyticsVersion : '18.3.6'
6+
firebaseCrashlyticsVersion = project.hasProperty('firebaseCrashlyticsVersion') ? rootProject.ext.firebaseCrashlyticsVersion : '18.6.2'
77
}
88

99
buildscript {

packages/firestore/BREAKING.md

+4
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ This is a comprehensive list of the breaking changes introduced in the major ver
1111
### `QueryDocumentSnapshot` interface
1212

1313
The `QueryDocumentSnapshot` interface has been replaced with the `DocumentSnapshot` interface.
14+
15+
### Variables
16+
17+
- On Android, the `firebaseFirestoreVersion` variable has been updated to `24.10.3`.

packages/firestore/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ext {
33
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.6.1'
44
androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.5'
55
androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1'
6-
firebaseFirestoreVersion = project.hasProperty('firebaseFirestoreVersion') ? rootProject.ext.firebaseFirestoreVersion : '24.7.1'
6+
firebaseFirestoreVersion = project.hasProperty('firebaseFirestoreVersion') ? rootProject.ext.firebaseFirestoreVersion : '24.10.3'
77
}
88

99
buildscript {

packages/messaging/BREAKING.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@ This is a comprehensive list of the breaking changes introduced in the major ver
44

55
## Versions
66

7+
- [Version 6.x.x](#version-6xx)
78
- [Version 5.x.x](#version-5xx)
89
- [Version 1.x.x](#version-1xx)
910
- [Version 0.4.x](#version-04x)
1011
- [Version 0.3.x](#version-03x)
1112

13+
## Version 6.x.x
14+
15+
### Variables
16+
17+
- On Android, the `firebaseMessagingVersion` variable has been updated to `23.4.1`.
18+
1219
## Version 5.x.x
1320

1421
### Capacitor 5

packages/messaging/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ext {
33
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.6.1'
44
androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.5'
55
androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1'
6-
firebaseMessagingVersion = project.hasProperty('firebaseMessagingVersion') ? rootProject.ext.firebaseMessagingVersion : '23.1.2'
6+
firebaseMessagingVersion = project.hasProperty('firebaseMessagingVersion') ? rootProject.ext.firebaseMessagingVersion : '23.4.1'
77
}
88

99
buildscript {

packages/performance/BREAKING.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ This is a comprehensive list of the breaking changes introduced in the major ver
44

55
## Versions
66

7+
- [Version 6.x.x](#version-6xx)
78
- [Version 5.x.x](#version-5xx)
89
- [Version 1.x.x](#version-1xx)
910

11+
## Version 6.x.x
12+
13+
### Variables
14+
15+
- On Android, the `firebasePerfVersion` variable has been updated to `20.5.2`.
16+
1017
## Version 5.x.x
1118

1219
### Capacitor 5

packages/performance/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ext {
33
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.6.1'
44
androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.5'
55
androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1'
6-
firebasePerfVersion = project.hasProperty('firebasePerfVersion') ? rootProject.ext.firebasePerfVersion : '20.3.1'
6+
firebasePerfVersion = project.hasProperty('firebasePerfVersion') ? rootProject.ext.firebasePerfVersion : '20.5.2'
77
}
88

99
buildscript {

packages/remote-config/BREAKING.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ This is a comprehensive list of the breaking changes introduced in the major ver
44

55
## Versions
66

7+
- [Version 6.x.x](#version-6xx)
78
- [Version 5.x.x](#version-5xx)
89

10+
## Version 6.x.x
11+
12+
### Variables
13+
14+
- On Android, the `firebaseConfigVersion` variable has been updated to `21.6.3`.
15+
916
## Version 5.x.x
1017

1118
### Capacitor 5

packages/remote-config/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ext {
33
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.6.1'
44
androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.5'
55
androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1'
6-
firebaseConfigVersion = project.hasProperty('firebaseConfigVersion') ? rootProject.ext.firebaseConfigVersion : '21.3.0'
6+
firebaseConfigVersion = project.hasProperty('firebaseConfigVersion') ? rootProject.ext.firebaseConfigVersion : '21.6.3'
77
}
88

99
buildscript {

packages/storage/BREAKING.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
# Breaking Changes
22

33
This is a comprehensive list of the breaking changes introduced in the major version releases of Capacitor Firebase Storage plugin.
4+
5+
## Versions
6+
7+
- [Version 6.x.x](#version-6xx)
8+
9+
## Version 6.x.x
10+
11+
### Variables
12+
13+
- On Android, the `firebaseStorageVersion` variable has been updated to `20.3.0`.

packages/storage/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ext {
33
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.6.1'
44
androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.5'
55
androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1'
6-
firebaseStorageVersion = project.hasProperty('firebaseStorageVersion') ? rootProject.ext.firebaseStorageVersion : '20.2.1'
6+
firebaseStorageVersion = project.hasProperty('firebaseStorageVersion') ? rootProject.ext.firebaseStorageVersion : '20.3.0'
77
}
88

99
buildscript {

0 commit comments

Comments
 (0)