Add full offline Android Gradle Plugin dependency cache
This commit is contained in:
@@ -11,6 +11,9 @@ required=(
|
||||
"${LOCAL_REPO}/com/android/tools/build/builder/${AGP_VERSION}/builder-${AGP_VERSION}.pom"
|
||||
"${LOCAL_REPO}/com/android/tools/build/builder-model/${AGP_VERSION}/builder-model-${AGP_VERSION}.pom"
|
||||
"${LOCAL_REPO}/com/android/tools/build/gradle-api/${AGP_VERSION}/gradle-api-${AGP_VERSION}.pom"
|
||||
"${LOCAL_REPO}/androidx/webkit/webkit/1.14.0/webkit-1.14.0.pom"
|
||||
"${LOCAL_REPO}/androidx/appcompat/appcompat/1.7.1/appcompat-1.7.1.pom"
|
||||
"${LOCAL_REPO}/androidx/browser/browser/1.8.0/browser-1.8.0.pom"
|
||||
)
|
||||
|
||||
for file in "${required[@]}"; do
|
||||
|
||||
Reference in New Issue
Block a user