Skip to content

Commit

Permalink
upgrade shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
makeevrserg committed May 25, 2024
1 parent f8c6619 commit 2ac604a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ project-description = "GradlePlugin for my kotlin projects"
project-group = "ru.astrainteractive.gradleplugin"
project-web = "https://github.com/makeevrserg/gradle-plugin"
project-version-code = "4"
project-version-string = "1.1.0"
project-version-string = "1.1.1"
# Kotlin
kotlin-version = "2.0.0" # https://github.com/JetBrains/kotlin
kotlin-dokka = "1.9.20" # https://github.com/Kotlin/dokka
kotlin-android-application = "8.4.1" # https://developer.android.com/build/releases/gradle-plugin
# Compose
kotlin-compose = "1.6.10" # https://github.com/JetBrains/compose-multiplatform
# Shadow
shadow = "7.1.2" # https://github.com/johnrengelman/shadow
shadow = "8.1.1" # https://github.com/johnrengelman/shadow
# Linter
lint-detekt = "1.23.6" # https://github.com/detekt/detekt
lint-detekt-ruleset-compiler = "0.0.4" # https://github.com/detekt/detekt
Expand All @@ -30,7 +30,7 @@ lint-detekt-ruleset-ktlint = { module = "io.gitlab.arturbosch.detekt:detekt-form
lint-detekt-ruleset-compiler = { module = "com.braisgabin.detekt:kotlin-compiler-wrapper", version.ref = "lint-detekt-ruleset-compiler" }
lint-detekt-ruleset-compose = { module = "com.twitter.compose.rules:detekt", version.ref = "lint-detekt-ruleset-compose" }
# Shadow
gradle-shadow = { module = "gradle.plugin.com.github.johnrengelman:shadow", version.ref = "shadow" }
gradle-shadow = { module = "com.github.johnrengelman:shadow", version.ref = "shadow" }
# Kotlin
kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin-version" }
android-toolsBuild = { module = "com.android.tools.build:gradle", version.ref = "kotlin-android-application" }
Expand Down

0 comments on commit 2ac604a

Please sign in to comment.