diff --git a/appcheck/firebase-appcheck-recaptchaenterprise/firebase-appcheck-recaptchaenterprise.gradle b/appcheck/firebase-appcheck-recaptchaenterprise/firebase-appcheck-recaptchaenterprise.gradle index b8a8f2b93a5..045736b6f4f 100644 --- a/appcheck/firebase-appcheck-recaptchaenterprise/firebase-appcheck-recaptchaenterprise.gradle +++ b/appcheck/firebase-appcheck-recaptchaenterprise/firebase-appcheck-recaptchaenterprise.gradle @@ -17,11 +17,12 @@ plugins { } firebaseLibrary { - libraryGroup = "appcheck" + libraryGroup = "appcheck-norelease" releaseNotes { name.set("{{app_check}} Recaptcha Enterprise") versionName.set("appcheck-recaptchaenterprise") } + previewMode = "norelease" } android {