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

Commit 2a506a65 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Spa] Upgrade AGP to 8.5.0" into main

parents 7a973363 0fbfd81e
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-SNAPSHOT"
    extra["jetpackComposeVersion"] = "1.7.0-beta02"
}

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

[versions]
agp = "8.3.2"
agp = "8.5.0"
compose-compiler = "1.5.11"
dexmaker-mockito = "2.28.3"
jvm = "17"
+3.68 MiB (132 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.7-bin.zip
distributionUrl=gradle-8.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading