fix of build with adding google repository in webapp sample?

This commit is contained in:
2025-06-14 22:28:14 +06:00
parent bc39279c6c
commit f053013360

View File

@@ -1,6 +1,7 @@
buildscript {
repositories {
mavenCentral()
google()
}
dependencies {