Update mamager configs (#1359)

Upgrade Gradle and AGP.

Fixing workflow.
This commit is contained in:
Syuugo
2024-02-18 12:40:05 +09:00
committed by GitHub
parent a360cd87c0
commit 20c19d7126
6 changed files with 18 additions and 18 deletions

View File

@@ -2,14 +2,12 @@ enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()