From f7fa7a45233fcf7aa2eee7f7f94cfe2ad85212ea Mon Sep 17 00:00:00 2001 From: easyhooon Date: Mon, 10 Aug 2026 11:21:07 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=B2=84=EC=A0=84=EC=9D=84=201.8.0?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EC=83=81=ED=96=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 배포 아티팩트와 영문·한글 설치 문서의 버전을 함께 맞춘다. --- documentation/content/docs/ko/setup.mdx | 4 ++-- documentation/content/docs/setup.mdx | 4 ++-- gradle/libs.versions.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/content/docs/ko/setup.mdx b/documentation/content/docs/ko/setup.mdx index 9f60621..38dcb49 100644 --- a/documentation/content/docs/ko/setup.mdx +++ b/documentation/content/docs/ko/setup.mdx @@ -9,8 +9,8 @@ description: Android 프로젝트에 Dari 추가하기 ```kotlin dependencies { - debugImplementation("io.github.easyhooon:dari:1.7.0") - releaseImplementation("io.github.easyhooon:dari-noop:1.7.0") + debugImplementation("io.github.easyhooon:dari:1.8.0") + releaseImplementation("io.github.easyhooon:dari-noop:1.8.0") } ``` diff --git a/documentation/content/docs/setup.mdx b/documentation/content/docs/setup.mdx index 3bbb1c6..9baa801 100644 --- a/documentation/content/docs/setup.mdx +++ b/documentation/content/docs/setup.mdx @@ -9,8 +9,8 @@ Add the dependencies to your app module's `build.gradle.kts`: ```kotlin dependencies { - debugImplementation("io.github.easyhooon:dari:1.7.0") - releaseImplementation("io.github.easyhooon:dari-noop:1.7.0") + debugImplementation("io.github.easyhooon:dari:1.8.0") + releaseImplementation("io.github.easyhooon:dari-noop:1.8.0") } ``` diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6d5f3cd..63d898c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -dari = "1.7.0" +dari = "1.8.0" agp = "9.0.0" coreKtx = "1.13.1" junit = "4.13.2"