[Android] remove mavenLocal()

This commit is contained in:
Adam Velebil 2024-08-12 17:28:00 +02:00
parent 405d7faf94
commit 85b2297402
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10

View File

@ -2,7 +2,6 @@ allprojects {
repositories {
google()
mavenCentral()
mavenLocal()
}
project.ext {