Skip to content

Commit

Permalink
chore(deps)!: update Android SDKs (#586)
Browse files Browse the repository at this point in the history
* chore(deps)!: update Android SDKs

* docs [skip ci]
  • Loading branch information
robingenz committed Mar 13, 2024
1 parent 0abbb8d commit 4480c16
Show file tree
Hide file tree
Showing 21 changed files with 99 additions and 12 deletions.
14 changes: 14 additions & 0 deletions .changeset/gold-tigers-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
'@capacitor-firebase/analytics': major
'@capacitor-firebase/app': major
'@capacitor-firebase/app-check': major
'@capacitor-firebase/authentication': major
'@capacitor-firebase/crashlytics': major
'@capacitor-firebase/firestore': major
'@capacitor-firebase/messaging': major
'@capacitor-firebase/performance': major
'@capacitor-firebase/remote-config': major
'@capacitor-firebase/storage': major
---

chore(deps): update Android SDKs
7 changes: 7 additions & 0 deletions packages/analytics/BREAKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@ This is a comprehensive list of the breaking changes introduced in the major ver

## Versions

- [Version 6.x.x](#version-6xx)
- [Version 5.x.x](#version-5xx)
- [Version 1.x.x](#version-1xx)

## Version 6.x.x

### Variables

- On Android, the `firebaseAnalyticsVersion` variable has been updated to `20.5.1`.

## Version 5.x.x

### Capacitor 5
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.6.1'
androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.5'
androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1'
firebaseAnalyticsVersion = project.hasProperty('firebaseAnalyticsVersion') ? rootProject.ext.firebaseAnalyticsVersion : '21.2.2'
firebaseAnalyticsVersion = project.hasProperty('firebaseAnalyticsVersion') ? rootProject.ext.firebaseAnalyticsVersion : '21.5.1'
}

buildscript {
Expand Down
8 changes: 8 additions & 0 deletions packages/app-check/BREAKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ This is a comprehensive list of the breaking changes introduced in the major ver

## Versions

- [Version 6.x.x](#version-6xx)
- [Version 5.x.x](#version-5xx)

## Version 6.x.x

### Variables

- On Android, the `firebaseAppCheckPlayIntegrityVersion` variable has been updated to `17.1.2`.
- On Android, the `firebaseAppCheckDebugVersion` variable has been updated to `17.1.2`.

## Version 5.x.x

### Capacitor 5
Expand Down
4 changes: 2 additions & 2 deletions packages/app-check/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ext {
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.6.1'
androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.5'
androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1'
firebaseAppCheckPlayIntegrityVersion = project.hasProperty('firebaseAppCheckPlayIntegrityVersion') ? rootProject.ext.firebaseAppCheckPlayIntegrityVersion : '17.0.1'
firebaseAppCheckDebugVersion = project.hasProperty('firebaseAppCheckDebugVersion') ? rootProject.ext.firebaseAppCheckDebugVersion : '17.0.1'
firebaseAppCheckPlayIntegrityVersion = project.hasProperty('firebaseAppCheckPlayIntegrityVersion') ? rootProject.ext.firebaseAppCheckPlayIntegrityVersion : '17.1.2'
firebaseAppCheckDebugVersion = project.hasProperty('firebaseAppCheckDebugVersion') ? rootProject.ext.firebaseAppCheckDebugVersion : '17.1.2'
}

buildscript {
Expand Down
7 changes: 7 additions & 0 deletions packages/app/BREAKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@ This is a comprehensive list of the breaking changes introduced in the major ver

## Versions

- [Version 6.x.x](#version-6xx)
- [Version 5.x.x](#version-5xx)
- [Version 1.x.x](#version-1xx)

## Version 6.x.x

### Variables

- On Android, the `firebaseCommonVersion` variable has been updated to `20.4.2`.

## Version 5.x.x

### Capacitor 5
Expand Down
2 changes: 1 addition & 1 deletion packages/app/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.6.1'
androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.5'
androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1'
firebaseCommonVersion = project.hasProperty('firebaseCommonVersion') ? rootProject.ext.firebaseCommonVersion : '20.3.2'
firebaseCommonVersion = project.hasProperty('firebaseCommonVersion') ? rootProject.ext.firebaseCommonVersion : '20.4.2'
}

buildscript {
Expand Down
9 changes: 9 additions & 0 deletions packages/authentication/BREAKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,19 @@ This is a comprehensive list of the breaking changes introduced in the major ver

## Versions

- [Version 6.x.x](#version-6xx)
- [Version 5.x.x](#version-5xx)
- [Version 1.x.x](#version-1xx)
- [Version 0.4.x](#version-04x)

## Version 6.x.x

### Variables

- On Android, the `firebaseAuthVersion` variable has been updated to `22.3.1`.
- On Android, the `playServicesAuthVersion` variable has been updated to `21.0.0`.
- On Android, the `facebookLoginVersion` variable has been updated to `16.3.0`.

## Version 5.x.x

### Capacitor 5
Expand Down
4 changes: 2 additions & 2 deletions packages/authentication/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ext {
rgcfaIncludeGoogle = project.hasProperty('rgcfaIncludeGoogle') ? rootProject.ext.rgcfaIncludeGoogle : false
rgcfaIncludeFacebook = project.hasProperty('rgcfaIncludeFacebook') ? rootProject.ext.rgcfaIncludeFacebook : false
firebaseAuthVersion = project.hasProperty('firebaseAuthVersion') ? rootProject.ext.firebaseAuthVersion : '22.3.1'
playServicesAuthVersion = project.hasProperty('playServicesAuthVersion') ? rootProject.ext.playServicesAuthVersion : '20.5.0'
facebookLoginVersion = project.hasProperty('facebookLoginVersion') ? rootProject.ext.facebookLoginVersion : '16.0.0'
playServicesAuthVersion = project.hasProperty('playServicesAuthVersion') ? rootProject.ext.playServicesAuthVersion : '21.0.0'
facebookLoginVersion = project.hasProperty('facebookLoginVersion') ? rootProject.ext.facebookLoginVersion : '16.3.0'
}

buildscript {
Expand Down
7 changes: 7 additions & 0 deletions packages/crashlytics/BREAKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@ This is a comprehensive list of the breaking changes introduced in the major ver

## Versions

- [Version 6.x.x](#version-6xx)
- [Version 5.x.x](#version-5xx)
- [Version 1.x.x](#version-1xx)

## Version 6.x.x

### Variables

- On Android, the `firebaseCrashlyticsVersion` variable has been updated to `18.6.2`.

## Version 5.x.x

### Capacitor 5
Expand Down
2 changes: 1 addition & 1 deletion packages/crashlytics/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.6.1'
androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.5'
androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1'
firebaseCrashlyticsVersion = project.hasProperty('firebaseCrashlyticsVersion') ? rootProject.ext.firebaseCrashlyticsVersion : '18.3.6'
firebaseCrashlyticsVersion = project.hasProperty('firebaseCrashlyticsVersion') ? rootProject.ext.firebaseCrashlyticsVersion : '18.6.2'
}

buildscript {
Expand Down
4 changes: 4 additions & 0 deletions packages/firestore/BREAKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ This is a comprehensive list of the breaking changes introduced in the major ver
### `QueryDocumentSnapshot` interface

The `QueryDocumentSnapshot` interface has been replaced with the `DocumentSnapshot` interface.

### Variables

- On Android, the `firebaseFirestoreVersion` variable has been updated to `24.10.3`.
2 changes: 1 addition & 1 deletion packages/firestore/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.6.1'
androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.5'
androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1'
firebaseFirestoreVersion = project.hasProperty('firebaseFirestoreVersion') ? rootProject.ext.firebaseFirestoreVersion : '24.7.1'
firebaseFirestoreVersion = project.hasProperty('firebaseFirestoreVersion') ? rootProject.ext.firebaseFirestoreVersion : '24.10.3'
}

buildscript {
Expand Down
7 changes: 7 additions & 0 deletions packages/messaging/BREAKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@ This is a comprehensive list of the breaking changes introduced in the major ver

## Versions

- [Version 6.x.x](#version-6xx)
- [Version 5.x.x](#version-5xx)
- [Version 1.x.x](#version-1xx)
- [Version 0.4.x](#version-04x)
- [Version 0.3.x](#version-03x)

## Version 6.x.x

### Variables

- On Android, the `firebaseMessagingVersion` variable has been updated to `23.4.1`.

## Version 5.x.x

### Capacitor 5
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.6.1'
androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.5'
androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1'
firebaseMessagingVersion = project.hasProperty('firebaseMessagingVersion') ? rootProject.ext.firebaseMessagingVersion : '23.1.2'
firebaseMessagingVersion = project.hasProperty('firebaseMessagingVersion') ? rootProject.ext.firebaseMessagingVersion : '23.4.1'
}

buildscript {
Expand Down
7 changes: 7 additions & 0 deletions packages/performance/BREAKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@ This is a comprehensive list of the breaking changes introduced in the major ver

## Versions

- [Version 6.x.x](#version-6xx)
- [Version 5.x.x](#version-5xx)
- [Version 1.x.x](#version-1xx)

## Version 6.x.x

### Variables

- On Android, the `firebasePerfVersion` variable has been updated to `20.5.2`.

## Version 5.x.x

### Capacitor 5
Expand Down
2 changes: 1 addition & 1 deletion packages/performance/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.6.1'
androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.5'
androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1'
firebasePerfVersion = project.hasProperty('firebasePerfVersion') ? rootProject.ext.firebasePerfVersion : '20.3.1'
firebasePerfVersion = project.hasProperty('firebasePerfVersion') ? rootProject.ext.firebasePerfVersion : '20.5.2'
}

buildscript {
Expand Down
7 changes: 7 additions & 0 deletions packages/remote-config/BREAKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ This is a comprehensive list of the breaking changes introduced in the major ver

## Versions

- [Version 6.x.x](#version-6xx)
- [Version 5.x.x](#version-5xx)

## Version 6.x.x

### Variables

- On Android, the `firebaseConfigVersion` variable has been updated to `21.6.3`.

## Version 5.x.x

### Capacitor 5
Expand Down
2 changes: 1 addition & 1 deletion packages/remote-config/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.6.1'
androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.5'
androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1'
firebaseConfigVersion = project.hasProperty('firebaseConfigVersion') ? rootProject.ext.firebaseConfigVersion : '21.3.0'
firebaseConfigVersion = project.hasProperty('firebaseConfigVersion') ? rootProject.ext.firebaseConfigVersion : '21.6.3'
}

buildscript {
Expand Down
10 changes: 10 additions & 0 deletions packages/storage/BREAKING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Breaking Changes

This is a comprehensive list of the breaking changes introduced in the major version releases of Capacitor Firebase Storage plugin.

## Versions

- [Version 6.x.x](#version-6xx)

## Version 6.x.x

### Variables

- On Android, the `firebaseStorageVersion` variable has been updated to `20.3.0`.
2 changes: 1 addition & 1 deletion packages/storage/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.6.1'
androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.5'
androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1'
firebaseStorageVersion = project.hasProperty('firebaseStorageVersion') ? rootProject.ext.firebaseStorageVersion : '20.2.1'
firebaseStorageVersion = project.hasProperty('firebaseStorageVersion') ? rootProject.ext.firebaseStorageVersion : '20.3.0'
}

buildscript {
Expand Down

0 comments on commit 4480c16

Please sign in to comment.