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

Commit 125a0396 authored by Chaohui Wang's avatar Chaohui Wang
Browse files

[Spa] Upgrade AGP to 8.3.2

Also,
- Upgrade gradle to 8.7
- Upgrade com.google.android.material:material to 1.11.0

Bug: 332487783
Test: Gradle Sync
Test: Run Gallery
Change-Id: Ief6882b1d31a39ab5091d95f122b8a64ed0372e8
parent 328fca2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
#

[versions]
agp = "8.3.1"
agp = "8.3.2"
compose-compiler = "1.5.11"
dexmaker-mockito = "2.28.3"
jvm = "17"
+1.33 MiB (128 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.6-bin.zip
distributionUrl=gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ dependencies {
    api("androidx.lifecycle:lifecycle-runtime-compose")
    api("androidx.navigation:navigation-compose:2.8.0-alpha05")
    api("com.github.PhilJay:MPAndroidChart:v3.1.0-alpha")
    api("com.google.android.material:material:1.7.0-alpha03")
    api("com.google.android.material:material:1.11.0")
    debugApi("androidx.compose.ui:ui-tooling:$jetpackComposeVersion")
    implementation("com.airbnb.android:lottie-compose:5.2.0")