Skip to content

Commit 64809af

Browse files
committed
CI: Update gradle shadow plugin to version 9.2.2
1 parent 4d743b0 commit 64809af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ plugins {
44

55
id("org.jetbrains.kotlin.android") version "2.1.20" apply(false)
66

7-
// https://imperceptiblethoughts.com/shadow/getting-started
8-
id("com.gradleup.shadow") version "8.3.6" apply(false)
7+
// https://github.com/GradleUp/shadow
8+
id("com.gradleup.shadow") version "9.2.2" apply(false)
99

1010
// https://kotlinlang.org/docs/gradle-configure-project.html
1111
id("org.jetbrains.kotlin.jvm") version "2.1.20" apply(false)

0 commit comments

Comments
 (0)