Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions documentation/content/docs/ko/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
```

Expand Down
4 changes: 2 additions & 2 deletions documentation/content/docs/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading