Skip to content

Commit e36f1ac

Browse files
authored
chore(liveness): Fix syntax error in liveness sample settings (#229)
1 parent 1f82dcd commit e36f1ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/liveness/settings.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ pluginManagement {
66
gradlePluginPortal()
77
}
88
}
9+
910
dependencyResolutionManagement {
1011
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
1112
repositories {
1213
google()
1314
mavenCentral()
15+
}
1416

1517
versionCatalogs {
1618
create("libs") {

0 commit comments

Comments
 (0)