Skip to content

Commit

Permalink
add github release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed Sep 12, 2022
1 parent 8ea47d6 commit aae0e91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ buildscript {
classpath libs.kotlin.gradle.plugin
classpath libs.kotlin.serialization.plugin
classpath libs.kotlin.dokka.plugin
classpath libs.github.release
}
}

Expand Down
3 changes: 3 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ android-minSdk = "21"
android-compileSdk = "32"
android-buildTools = "32.0.0"

github-release = "2.4.1"

[libraries]

kotlin = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
Expand All @@ -39,6 +41,7 @@ android-dexcount = { module = "com.getkeepsafe.dexcount:dexcount-gradle-plugin",
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
kotlin-serialization-plugin = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" }
kotlin-dokka-plugin = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "kotlin" }
github-release = { module = "com.github.breadmoirai:github-release", version.ref = "github-release" }

[plugins]

Expand Down

0 comments on commit aae0e91

Please sign in to comment.