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

Commit a2f0ea02 authored by Chaohui Wang's avatar Chaohui Wang
Browse files

[Spa] Upgrade Google Material to 1.12.0

Also,
- Upgrade AGP to 8.6.1
- Upgrade gradle to 8.10.2

Bug: 351975088
Flag: EXEMPT gradle only
Test: Gradle Sync
Test: Run Gallery
Change-Id: I8627ad0137b8f6b6a0654125e6a46a305682673b
parent c27648b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
#

[versions]
agp = "8.6.0"
agp = "8.6.1"
compose-compiler = "1.5.11"
dexmaker-mockito = "2.28.3"
jvm = "17"
+2.18 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.10-bin.zip
distributionUrl=gradle-8.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
+2 −3
Original line number Diff line number Diff line
@@ -58,12 +58,12 @@ dependencies {
    api("androidx.compose.material:material-icons-extended:$jetpackComposeVersion")
    api("androidx.compose.runtime:runtime-livedata:$jetpackComposeVersion")
    api("androidx.compose.ui:ui-tooling-preview:$jetpackComposeVersion")
    api("androidx.graphics:graphics-shapes-android:1.0.1")
    api("androidx.lifecycle:lifecycle-livedata-ktx")
    api("androidx.lifecycle:lifecycle-runtime-compose")
    api("androidx.navigation:navigation-compose:2.8.1")
    api("com.github.PhilJay:MPAndroidChart:v3.1.0-alpha")
    api("com.google.android.material:material:1.11.0")
    api("androidx.graphics:graphics-shapes-android:1.0.1")
    api("com.google.android.material:material:1.12.0")
    debugApi("androidx.compose.ui:ui-tooling:$jetpackComposeVersion")
    implementation("com.airbnb.android:lottie-compose:6.4.0")

@@ -84,7 +84,6 @@ tasks.register<JacocoReport>("coverageReport") {

                    // Excludes files forked from AndroidX.
                    "com/android/settingslib/spa/widget/scaffold/CustomizedAppBar*",
                    "com/android/settingslib/spa/widget/scaffold/TopAppBarColors*",

                    // Excludes files forked from Accompanist.
                    "com/android/settingslib/spa/framework/compose/DrawablePainter*",