Skip to content

Commit 52ed669

Browse files
Update plugin com.android.application to v8.5.0 (#205)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 940c337 commit 52ed669

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle-plugin/src/functionalTest/resources/testProjects/androidAnnotationProcessor/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("com.android.application") version "8.4.2"
2+
id("com.android.application") version "8.5.0"
33
id("io.github.schwarzit.lightsaber")
44
}
55

gradle-plugin/src/functionalTest/resources/testProjects/androidKapt/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("com.android.application") version "8.4.2"
2+
id("com.android.application") version "8.5.0"
33
id("io.github.schwarzit.lightsaber")
44
kotlin("android") version "1.9.24"
55
kotlin("kapt") version "1.9.24"

gradle-plugin/src/functionalTest/resources/testProjects/androidKsp/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("com.android.application") version "8.4.2"
2+
id("com.android.application") version "8.5.0"
33
id("io.github.schwarzit.lightsaber")
44
kotlin("android") version "1.9.24"
55
id("com.google.devtools.ksp") version "1.9.24-1.0.20"

0 commit comments

Comments
 (0)