Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
[ID: 558956]
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
remote: error: File packages/SettingsLib/Spa/gradle/wrapper/gradle-8.8-bin.zip is 131.64 MB; this exceeds GitHub's file size limit of 100.00 MB
code base: android-15.0.0_r1
Below commit added this big file:
commit 64515d25b76e52158ebd63bbc7a4584c236ffe72
Author: Chaohui Wang <chaohuiw@google.com>
Date: Thu Mar 7 21:56:56 2024 +0800
[Spa] Upgrade AGP to 8.3.0
Also,
- Upgrade Gradle to 8.6
- Upgrade Compose to 1.7.0-alpha04
- Upgrade Compose Material3 to 1.3.0-alpha02
- Upgrade Navigation Compose to 2.8.0-alpha03
Bug: 318810660
Test: Gradle Sync
Test: Run Gallery
Change-Id: I984c35821d8f14bb81e56108ce90d64f60f14d1a
---
packages/SettingsLib/Spa/gradle/wrapper/gradle-8.6-bin.zip | Bin 0 -> 132788867 bytes
packages/SettingsLib/Spa/gradle/wrapper/gradle-wrapper.properties | 4 +---
2 files changed, 1 insertion(+), 3 deletions(-)
+++ b/packages/SettingsLib/Spa/gradle/wrapper/gradle-wrapper.properties
@@ -16,8 +16,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://
-networkTimeout=10000
-validateDistributionUrl=true
+distributionUrl=gradle-8.6-bin.zip
I wonder why changing the distributionUrl from a remote site to a local package. Could we still use the old Url way?