Skip to content

Commit 273d667

Browse files
committed
Update, AGP/Lint 8.13.2
1 parent 38da90c commit 273d667

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android.enableBuildConfigAsBytecode=true
4545
# K2 Options
4646
android.lint.useK2Uast=true
4747
# Use latest lint alpha for best available K2 support
48-
android.experimental.lint.version=8.13.1
48+
android.experimental.lint.version=8.13.2
4949

5050
# Kotlin code style for this project: "official" or "obsolete":
5151
kotlin.code.style=official

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.13.1"
2+
agp = "8.13.2"
33

44
# AndroiX
55
activity = "1.12.1"

repositories.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ fun RepositoryHandler.configureSharedRepositories() {
1717
mavenCentral()
1818
}
1919

20-
2120
pluginManagement.repositories.configureSharedRepositories()
2221
pluginManagement {
2322
repositories {

0 commit comments

Comments
 (0)