Skip to content

Commit 41c4d6e

Browse files
authored
build(Gradle): upgrade Android Gradle Plugin (AGP) to v8.8.2 (#54)
../../settings.gradle:10: A newer version of com.android.settings than 8.8.0 is available: 8.11.0. (There is also a newer version of 8.8.𝑥 available, if upgrading to 8.11.0 is difficult: 8.8.2) Signed-off-by: iusmac <iusico.maxim@libero.it>
1 parent 0b3e642 commit 41c4d6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ buildscript {
9898

9999
plugins {
100100
// https://mvnrepository.com/artifact/com.android.application/com.android.application.gradle.plugin
101-
id 'com.android.application' version '8.8.0' apply false
101+
id 'com.android.application' version '8.8.2' apply false
102102
// https://mvnrepository.com/artifact/com.android.library/com.android.library.gradle.plugin
103-
id 'com.android.library' version '8.8.0' apply false
103+
id 'com.android.library' version '8.8.2' apply false
104104
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.android
105105
id 'org.jetbrains.kotlin.android' version '1.9.25' apply false
106106
// https://mvnrepository.com/artifact/net.ltgt.errorprone/net.ltgt.errorprone.gradle.plugin

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginManagement {
77
}
88

99
plugins {
10-
id 'com.android.settings' version '8.8.0'
10+
id 'com.android.settings' version '8.8.2'
1111
}
1212

1313
dependencyResolutionManagement {

0 commit comments

Comments
 (0)