Skip to content

Commit 696eb84

Browse files
authored
Merge branch 'main' into ep/minsdk-23
2 parents f2d1ed2 + 7a35528 commit 696eb84

File tree

77 files changed

+238
-204
lines changed

Some content is hidden

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

77 files changed

+238
-204
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Unreleased
2-
2+
* [unchanged] Updated to keep [app_check] SDK versions aligned.
33

44
# 18.0.0
55
* [changed] Bump internal dependencies
@@ -61,4 +61,3 @@
6161
# 16.0.0-beta01
6262
* [feature] Initial beta release of the [app_check] Debug Testing SDK with
6363
abuse reduction features.
64-

appcheck/firebase-appcheck-debug-testing/firebase-appcheck-debug-testing.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ firebaseLibrary {
2323
releaseNotes {
2424
name.set("{{app_check}} Debug Testing")
2525
versionName.set("appcheck-debug-testing")
26-
hasKTX.set(false)
2726
}
2827
}
2928

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=18.0.1
1+
version=19.0.0
22
latestReleasedVersion=18.0.0

appcheck/firebase-appcheck-debug/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Unreleased
2+
* [unchanged] Updated to keep [app_check] SDK versions aligned.
23

34

45
# 18.0.0
@@ -66,4 +67,3 @@
6667
# 16.0.0-beta01
6768
* [feature] Initial beta release of the [app_check] Debug SDK with abuse
6869
reduction features.
69-

appcheck/firebase-appcheck-debug/firebase-appcheck-debug.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ firebaseLibrary {
2121
releaseNotes {
2222
name.set("{{app_check}} Debug")
2323
versionName.set("appcheck-debug")
24-
hasKTX.set(false)
2524
}
2625
}
2726

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=18.0.1
1+
version=19.0.0
22
latestReleasedVersion=18.0.0

appcheck/firebase-appcheck-playintegrity/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Unreleased
2-
2+
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
33

44
# 18.0.0
55
* [changed] Bump internal dependencies
@@ -43,4 +43,3 @@
4343
* [feature] Added support for
4444
[Play Integrity](https://developer.android.com/google/play/integrity) as an
4545
attestation provider.
46-

appcheck/firebase-appcheck-playintegrity/firebase-appcheck-playintegrity.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ firebaseLibrary {
2121
releaseNotes {
2222
name.set("{{app_check}} Play integrity")
2323
versionName.set("appcheck-playintegrity")
24-
hasKTX.set(false)
2524
}
2625
}
2726

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=18.0.1
1+
version=19.0.0
22
latestReleasedVersion=18.0.0

appcheck/firebase-appcheck/CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Unreleased
2-
2+
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
3+
* [removed] **Breaking Change**: Stopped releasing the deprecated Kotlin extensions
4+
(KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
5+
from the main module. For details, see the
6+
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration).
37

48
# 18.0.0
59
* [changed] Bump internal dependencies
610
* [changed] Internal support for `SafetyNet` has been dropped, as the [SafetyNet Attestation API
711
has been deprecated.](https://developer.android.com/privacy-and-security/safetynet/deprecation-timeline#safetynet_attestation_deprecation_timeline)
812

9-
1013
## Kotlin
1114
The Kotlin extensions library transitively includes the updated
1215
`firebase-appcheck` library. The Kotlin extensions library has no additional
@@ -138,4 +141,3 @@ additional updates:
138141
# 16.0.0-beta01
139142
* [feature] Initial beta release of the [app_check] SDK with abuse reduction
140143
features.
141-

0 commit comments

Comments
 (0)