Skip to content

Commit 7932756

Browse files
github-actions[bot]daymxnwinay39
authored
m138 mergeback (#5444)
Auto-generated PR for cleaning up release m138 NO_RELEASE_CHANGE --------- Co-authored-by: daymxn <daymxn@users.noreply.github.com> Co-authored-by: winay39 <vguthal109@gmail.com>
1 parent af35bf2 commit 7932756

File tree

54 files changed

+206
-123
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+206
-123
lines changed

appcheck/firebase-appcheck-debug-testing/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Unreleased
2+
3+
4+
# 17.1.0
25
* [unchanged] Updated to keep [app_check] SDK versions aligned.
3-
*
6+
47
# 17.0.0
58
* [unchanged] Updated to keep [app_check] SDK versions aligned.
69

@@ -34,7 +37,6 @@
3437
# 16.0.0-beta04
3538
* [changed] Improved error handling logic by minimizing the amount of requests
3639
that are unlikely to succeed.
37-
3840
* [fixed] Fixed heartbeat reporting.
3941

4042
# 16.0.0-beta03

appcheck/firebase-appcheck-debug/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Unreleased
2+
3+
4+
# 17.1.0
25
* [unchanged] Updated to keep [app_check] SDK versions aligned.
3-
*
6+
47
# 17.0.0
58
* [unchanged] Updated to keep [app_check] SDK versions aligned.
69

@@ -12,10 +15,8 @@
1215
(GitHub [#4431](//github.com/firebase/firebase-android-sdk/issues/4431){: .external}
1316
and
1417
[#4449](//github.com/firebase/firebase-android-sdk/issues/4449){: .external})
15-
1618
* [changed] Integrated the [app_check] Debug SDK with Firebase components.
1719
(GitHub [#4436](//github.com/firebase/firebase-android-sdk/issues/4436){: .external})
18-
1920
* [changed] Moved Task continuations off the main thread.
2021
(GitHub [#4453](//github.com/firebase/firebase-android-sdk/issues/4453){: .external})
2122

@@ -41,7 +42,6 @@
4142
# 16.0.0-beta04
4243
* [changed] Improved error handling logic by minimizing the amount of requests
4344
that are unlikely to succeed.
44-
4545
* [fixed] Fixed heartbeat reporting.
4646

4747
# 16.0.0-beta03

appcheck/firebase-appcheck-playintegrity/CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* [fixed] Fixed client-side throttling in Play Integrity flows.
33
* [changed] Bumped Play Integrity API Library dependency version.
44

5+
# 17.1.0
56
* [unchanged] Updated to keep [app_check] SDK versions aligned.
67

78
# 17.0.0
@@ -15,11 +16,9 @@
1516
(GitHub [#4431](//github.com/firebase/firebase-android-sdk/issues/4431){: .external}
1617
and
1718
[#4449](//github.com/firebase/firebase-android-sdk/issues/4449){: .external})
18-
1919
* [changed] Integrated the [app_check] Play integrity SDK with Firebase
2020
components.
2121
(GitHub [#4436](//github.com/firebase/firebase-android-sdk/issues/4436){: .external})
22-
2322
* [changed] Moved Task continuations off the main thread.
2423
(GitHub [#4453](//github.com/firebase/firebase-android-sdk/issues/4453){: .external})
2524

@@ -30,7 +29,7 @@
3029
# 16.0.1
3130
* [changed] Updated dependency of `play-services-basement` to its latest
3231
version (v18.1.0).
33-
32+
3433
# 16.0.0
3534
* [feature] Added support for
3635
[Play Integrity](https://developer.android.com/google/play/integrity) as an

appcheck/firebase-appcheck/CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
# Unreleased
22
* [fixed] Fixed a bug causing internal tests to depend directly on `firebase-common`.
3-
43
* [fixed] Fixed client-side throttling in Play Integrity flows.
54

5+
# 17.1.0
66
* [changed] Added Kotlin extensions (KTX) APIs from `com.google.firebase:firebase-appcheck-ktx`
77
to `com.google.firebase:firebase-appcheck` under the `com.google.firebase.appcheck` package.
88
For details, see the
99
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration)
10-
1110
* [deprecated] All the APIs from `com.google.firebase:firebase-appcheck-ktx` have been added to
1211
`com.google.firebase:firebase-appcheck` under the `com.google.firebase.appcheck` package,
1312
and all the Kotlin extensions (KTX) APIs in `com.google.firebase:firebase-appcheck-ktx` are
1413
now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the
1514
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration)
1615

16+
17+
## Kotlin
18+
The Kotlin extensions library transitively includes the updated
19+
`firebase-appcheck` library. The Kotlin extensions library has no additional
20+
updates.
21+
1722
# 17.0.1
1823
* [changed] Internal updates to allow Firebase SDKs to obtain limited-use tokens.
1924

@@ -41,7 +46,6 @@ updates.
4146
(GitHub [#4431](//github.com/firebase/firebase-android-sdk/issues/4431){: .external}
4247
and
4348
[#4449](//github.com/firebase/firebase-android-sdk/issues/4449){: .external})
44-
4549
* [changed] Moved Task continuations off the main thread.
4650
(GitHub [#4453](//github.com/firebase/firebase-android-sdk/issues/4453){: .external})
4751

@@ -76,7 +80,6 @@ additional updates:
7680
# 16.0.0
7781
* [changed] [app_check] has exited beta and is now generally available for
7882
use.
79-
8083
* [feature] Added support for
8184
[Play Integrity](https://developer.android.com/google/play/integrity) as an
8285
attestation provider.
@@ -91,7 +94,6 @@ additional updates:
9194
# 16.0.0-beta04
9295
* [changed] Improved error handling logic by minimizing the amount of requests
9396
that are unlikely to succeed.
94-
9597
* [fixed] Fixed heartbeat reporting.
9698

9799
# 16.0.0-beta03

appcheck/firebase-appcheck/firebase-appcheck.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
implementation 'com.google.android.gms:play-services-base:18.0.1'
6464
implementation 'com.google.android.gms:play-services-tasks:18.0.1'
6565
implementation 'com.google.firebase:firebase-annotations:16.2.0'
66-
implementation project(':appcheck:firebase-appcheck-interop')
66+
implementation "com.google.firebase:firebase-appcheck-interop:17.1.0"
6767
implementation project(path: ':appcheck:firebase-appcheck-interop')
6868
api("com.google.firebase:firebase-common:20.4.2")
6969
implementation("com.google.firebase:firebase-common-ktx:20.4.2")
@@ -81,4 +81,4 @@ dependencies {
8181
exclude group: 'com.google.firebase', module: 'firebase-common'
8282
exclude group: 'com.google.firebase', module: 'firebase-components'
8383
}
84-
}
84+
}

firebase-appdistribution-api/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Unreleased
2+
3+
4+
# 16.0.0-beta11
25
* [changed] Added Kotlin extensions (KTX) APIs from
36
`com.google.firebase:firebase-appdistribution-api-ktx`
47
to `com.google.firebase:firebase-appdistribution-api` under the
58
`com.google.firebase.appdistribution` package.
69
For details, see the
710
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration)
8-
911
* [deprecated] All the APIs from `com.google.firebase:firebase-appdistribution-api-ktx` have been
1012
added to
1113
`com.google.firebase:firebase-appdistribution-api` under the
@@ -15,9 +17,16 @@
1517
see the
1618
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration)
1719

20+
21+
## Kotlin
22+
The Kotlin extensions library transitively includes the updated
23+
`firebase-appdistribution-api` library. The Kotlin extensions library has no additional
24+
updates.
25+
1826
# 16.0.0-beta09
1927
* [feature] Improved development mode to allow all API calls to be made without having to sign in.
2028

29+
2130
## Kotlin
2231
The Kotlin extensions library transitively includes the updated
2332
`firebase-appdistribution-api` library. The Kotlin extensions library has no
@@ -27,6 +36,7 @@ additional updates.
2736
* [fixed] Fixed an issue where a crash happened whenever a feedback
2837
notification was shown on devices running Android 4.4 and lower.
2938

39+
3040
## Kotlin
3141
The Kotlin extensions library transitively includes the updated
3242
`firebase-appdistribution-api` library. The Kotlin extensions library has no
@@ -36,6 +46,7 @@ additional updates.
3646
* [feature] Added support for testers to attach JPEG screenshots to their
3747
feedback.
3848

49+
3950
## Kotlin
4051
The Kotlin extensions library transitively includes the updated
4152
`firebase-appdistribution-api` library. The Kotlin extensions library has no

firebase-appdistribution-api/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=16.0.0-beta11
15+
version=16.0.0-beta12
1616
latestReleasedVersion=16.0.0-beta10

firebase-appdistribution/firebase-appdistribution.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ thirdPartyLicenses {
5151
}
5252

5353
dependencies {
54-
implementation(project(':firebase-appdistribution-api')) {
54+
implementation("com.google.firebase:firebase-appdistribution-api:16.0.0-beta11") {
5555
exclude group: 'com.google.firebase', module: 'firebase-common'
5656
exclude group: 'com.google.firebase', module: 'firebase-components'
5757
}

firebase-appdistribution/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=16.0.0-beta11
15+
version=16.0.0-beta12
1616
latestReleasedVersion=16.0.0-beta10

firebase-config/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
# Unreleased
2+
3+
4+
# 21.5.0
25
* [changed] Added Kotlin extensions (KTX) APIs from `com.google.firebase:firebase-config-ktx`
36
to `com.google.firebase:firebase-config` under the `com.google.firebase.remoteconfig` package.
47
For details, see the
58
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration)
6-
79
* [deprecated] All the APIs from `com.google.firebase:firebase-config-ktx` have been added to
810
`com.google.firebase:firebase-config` under the `com.google.firebase.remoteconfig` package,
911
and all the Kotlin extensions (KTX) APIs in `com.google.firebase:firebase-config-ktx` are
1012
now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the
1113
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration)
1214

1315

16+
## Kotlin
17+
The Kotlin extensions library transitively includes the updated
18+
`firebase-config` library. The Kotlin extensions library has no additional
19+
updates.
20+
1421
# 21.4.1
1522
* [changed] Internal improvements to support Remote Config real-time updates.
1623

0 commit comments

Comments
 (0)