Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ba6bb1c authored by Chaohui Wang's avatar Chaohui Wang
Browse files

[Spa] Upgrade AGP to 8.6.0

Also,
- Upgrade gradle to 8.10
- Upgrade AndroidX dependencies

Bug: 351975088
Flag: EXEMPT gradle only
Test: Gradle Sync
Test: Run Gallery
Change-Id: I1eaa1179214eac1a99e4dae80739b8e9dea8bdd3
parent dc30d71a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ val androidTop: String = File(rootDir, "../../../../..").canonicalPath

allprojects {
    extra["androidTop"] = androidTop
    extra["jetpackComposeVersion"] = "1.7.0-beta07"
    extra["jetpackComposeVersion"] = "1.7.0-rc01"
}

subprojects {
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
#

[versions]
agp = "8.5.2"
agp = "8.6.0"
compose-compiler = "1.5.11"
dexmaker-mockito = "2.28.3"
jvm = "17"
+585 KiB (130 MiB)

File changed and moved.

No diff preview for this file type.

+1 −1
Original line number Diff line number Diff line
@@ -16,6 +16,6 @@

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=gradle-8.9-bin.zip
distributionUrl=gradle-8.10-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading