Skip to content

Commit e8f5ed3

Browse files
committed
Bump agp to 8.5.2
Also: * Enables gradle plugin lint check. * Documents gradle dependency lint check. * Removes experimental lint configuration.
1 parent 51c055b commit e8f5ed3

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

android/config/lint.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
<issue id="UnusedResources">
88
<ignore path="res/values/strings.xml" />
99
</issue>
10-
<!-- We are currently not using the ellipsis character -->
10+
<!-- We are currently not using the ellipsis character. -->
1111
<issue id="TypographyEllipsis" severity="ignore" />
12-
<!-- Temporarily ignore the below checks while migrating to version catalogs. -->
12+
<!-- Ignore since we currently treat warnings as errors. -->
1313
<issue id="GradleDependency" severity="ignore" />
14-
<issue id="AndroidGradlePluginVersion" severity="ignore" />
1514
</lint>

android/gradle.properties

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ android.nonTransitiveRClass=false
33
android.useAndroidX=true
44
kotlin.code.style=official
55
org.gradle.jvmargs=-Xmx8192M -Dkotlin.daemon.jvm.options\="-Xmx8192M"
6-
android.experimental.lint.version = 8.4.0

android/gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# The android-gradle-aapt plugin version must be in sync with the android plugin version.
44
# Required for Gradle metadata verification to work properly, see:
55
# https://github.com/gradle/gradle/issues/19228
6-
android-gradle-plugin = "8.3.0"
7-
android-gradle-aapt = "10880808"
6+
android-gradle-plugin = "8.5.2"
7+
android-gradle-aapt = "11315950"
88
android-billingclient = "6.2.0"
99
android-volley = "1.2.1"
1010

0 commit comments

Comments
 (0)