Add Abrha as a Maven Central fallback mirror (Myket stays primary)

- Myket (root) proxies Central + Google/AGP; Abrha
  (mirror.abrha.net/repository/maven/) is Central-only → used as fallback
- build.gradle + gradle-mirror.init template list both; APK rebuilds clean

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
soroush.asadi
2026-06-04 15:26:57 +03:30
parent 84ccbea56a
commit e02d976dda
2 changed files with 13 additions and 16 deletions
+2
View File
@@ -4,6 +4,7 @@ buildscript {
repositories {
maven { url 'https://maven.myket.ir' }
maven { url 'https://mirror.abrha.net/repository/maven/' }
google()
mavenCentral()
}
@@ -21,6 +22,7 @@ apply from: "variables.gradle"
allprojects {
repositories {
maven { url 'https://maven.myket.ir' }
maven { url 'https://mirror.abrha.net/repository/maven/' }
google()
mavenCentral()
}