From 78f4bc0992b284242700e62092884d049eb82421 Mon Sep 17 00:00:00 2001 From: Dango <282919162@qq.com> Date: Thu, 21 Mar 2024 19:20:02 +0800 Subject: [PATCH] 0.1.7 --- gradle.properties | 2 +- tap/core/build.gradle.kts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 183d297..07356f8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ kotlin.code.style=official android.nonTransitiveRClass=true GROUP=io.github.DangoDX -VERSION_NAME=0.1.6 +VERSION_NAME=0.1.7 SONATYPE_HOST=S01 RELEASE_SIGNING_ENABLED=true diff --git a/tap/core/build.gradle.kts b/tap/core/build.gradle.kts index f6975e8..0504bf2 100644 --- a/tap/core/build.gradle.kts +++ b/tap/core/build.gradle.kts @@ -33,4 +33,5 @@ android { dependencies { implementation("androidx.core:core-ktx:1.12.0") implementation("androidx.appcompat:appcompat:1.6.1") + api(project(":dLib:kit")) } \ No newline at end of file