Update dependencies, buildTypes & version.

This commit is contained in:
Thomas Andres Gomez 2025-10-21 11:39:33 +02:00
parent f663b00e3e
commit b9aad61d5f
2 changed files with 11 additions and 15 deletions

View file

@ -9,9 +9,6 @@ pluginManagement {
}
mavenCentral()
gradlePluginPortal()
maven {
url = uri("https://androidx.dev/snapshots/builds/13617490/artifacts/repository")
}
}
}
@ -20,9 +17,6 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven {
url = uri("https://androidx.dev/snapshots/builds/13617490/artifacts/repository")
}
}
}