From 44b457aec887da50858ecefb856fb6b0cea1ba08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 01:49:28 +0000 Subject: [PATCH] Update AGP to v8.8.0 (#5151) * Update AGP to v8.8.0 * Delete ScreenshotRequest.aidl --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Goooler --- build.gradle | 6 +++--- .../java/com/android/internal/util/ScreenshotRequest.aidl | 3 --- 2 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 hidden-api/src/main/java/com/android/internal/util/ScreenshotRequest.aidl diff --git a/build.gradle b/build.gradle index f24803db78..a74276bcbb 100644 --- a/build.gradle +++ b/build.gradle @@ -3,9 +3,9 @@ import com.android.build.gradle.api.AndroidBasePlugin import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { - id 'com.android.application' version "8.7.3" - id 'com.android.library' version "8.7.3" apply false - id 'com.android.test' version '8.7.3' apply false + id 'com.android.application' version "8.8.0" + id 'com.android.library' version "8.8.0" apply false + id 'com.android.test' version '8.8.0' apply false id 'androidx.baselineprofile' version '1.3.3' id 'org.jetbrains.kotlin.android' version "2.1.0" id 'org.jetbrains.kotlin.plugin.compose' version "2.1.0" diff --git a/hidden-api/src/main/java/com/android/internal/util/ScreenshotRequest.aidl b/hidden-api/src/main/java/com/android/internal/util/ScreenshotRequest.aidl deleted file mode 100644 index 05d7e4c2e7..0000000000 --- a/hidden-api/src/main/java/com/android/internal/util/ScreenshotRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.android.internal.util; - -parcelable ScreenshotRequest; \ No newline at end of file