79079734

Date: 2024-10-11 21:20:42
Score: 1
Natty:
Report link

Honestly, when i check the URL "https://dl.google.com/dl/android/maven2/com/android/tools/build/aapt2/8.3.1-10880808/aapt2-8.3.1-10880808.pom", it gives correct response and downloads POM file but could you also please try below setting as defining new Maven repository with custom Google Maven repository?

repositories {
    jcenter()
    maven { url 'https://maven.google.com' }
    google()
}

Normally google() is shortcut for https://dl.google.com/dl/android/maven2/ but it might also worth to try above setting.

Links

All these URLs seem to be correct.

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Erdem Savasci