Skip to content

Commit 6f769ab

Browse files
davidmotsonDavid Motsonashvili
andauthored
add norelease tag to appcheck-recaptchaenterprise as it is not ready … (#7378)
…for release yet --------- Co-authored-by: David Motsonashvili <[email protected]>
1 parent b6453e8 commit 6f769ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appcheck/firebase-appcheck-recaptchaenterprise/firebase-appcheck-recaptchaenterprise.gradle

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

1919
firebaseLibrary {
20-
libraryGroup = "appcheck"
20+
libraryGroup = "appcheck-norelease"
2121
releaseNotes {
2222
name.set("{{app_check}} Recaptcha Enterprise")
2323
versionName.set("appcheck-recaptchaenterprise")
2424
}
25+
previewMode = "norelease"
2526
}
2627

2728
android {

0 commit comments

Comments
 (0)