From 1c7a71d5725492a45da88b4e23a0fc1a2ff8228f Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 7 Jun 2022 22:22:28 +0600 Subject: [PATCH] fixes --- build.gradle | 1 + gradle/libs.versions.toml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index fd6c49d..c336540 100644 --- a/build.gradle +++ b/build.gradle @@ -11,6 +11,7 @@ buildscript { classpath libs.android.dexcount classpath libs.kotlin.gradle.plugin classpath libs.kotlin.dokka.plugin + classpath libs.github.release } } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1fe57c6..c6da237 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,6 +12,8 @@ android-minSdk = "21" android-compileSdk = "32" android-buildTools = "32.0.0" +github-release = "2.3.7" + [libraries] kotlin = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" } @@ -28,6 +30,7 @@ android-tools-build = { module = "com.android.tools.build:gradle", version.ref = android-dexcount = { module = "com.getkeepsafe.dexcount:dexcount-gradle-plugin", version.ref = "dexcount" } kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", 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]