Skip to content

Commit eb643b8

Browse files
authored
[AppCheck] Promote Firebase App Check Recaptcha to GA (#8275)
Change firebase-appcheck-recaptcha from preview mode `norelease` to GA.
1 parent 9bc5631 commit eb643b8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

appcheck/firebase-appcheck-recaptcha/firebase-appcheck-recaptcha.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ plugins {
1717
}
1818

1919
firebaseLibrary {
20-
libraryGroup = "appcheck-norelease"
20+
libraryGroup = "appcheck"
2121
releaseNotes {
2222
name.set("{{app_check}} Recaptcha")
2323
versionName.set("appcheck-recaptcha")
2424
}
25-
previewMode = "norelease"
2625
}
2726

2827
android {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=16.0.0-beta01
1+
version=16.0.0

plugins/src/main/java/com/google/firebase/gradle/plugins/PublishingPlugin.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,7 @@ abstract class PublishingPlugin : Plugin<Project> {
778778
"com.google.firebase:firebase-appcheck-debug",
779779
"com.google.firebase:firebase-appcheck-debug-testing",
780780
"com.google.firebase:firebase-appcheck-playintegrity",
781+
"com.google.firebase:firebase-appcheck-recaptcha",
781782
"com.google.firebase:firebase-appcheck",
782783
"com.google.firebase:firebase-auth",
783784
"com.google.firebase:firebase-common",

0 commit comments

Comments
 (0)