Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
olshevski committed Apr 7, 2022
1 parent b733895 commit a582f7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ android {

dependencies {
// ...
ksp("dev.olshevski.safeargs:ksp:1.2.0")
implementation("dev.olshevski.safeargs:api-compose:1.2.0")
ksp("dev.olshevski.safeargs:ksp:1.2.1")
implementation("dev.olshevski.safeargs:api-compose:1.2.1")
}
```

Expand All @@ -79,7 +79,7 @@ dependencies {
If you for some reason want to use this library in a non-Compose application, or you just want to write your own custom `NavGraphBuilder` extensions you can use:

```kotlin
implementation("dev.olshevski.safeargs:api:1.2.0")
implementation("dev.olshevski.safeargs:api:1.2.1")
```
instead of `api-compose`. The `api` artifact contains only essential declarations without any Compose dependencies.

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# project defaults
group=dev.olshevski.safeargs
version=1.2.0
version=1.2.1

# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
Expand Down

0 comments on commit a582f7d

Please sign in to comment.