Skip to content

Commit

Permalink
Bump version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 committed Jul 23, 2023
1 parent 742d8bf commit 9ee26be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ There are two different flavors available on `mavenCentral()`:

```kotlin
// bundled:
implementation("io.github.g00fy2.quickie:quickie-bundled:1.7.0")
implementation("io.github.g00fy2.quickie:quickie-bundled:1.8.0")

// unbundled:
implementation("io.github.g00fy2.quickie:quickie-unbundled:1.7.0")
implementation("io.github.g00fy2.quickie:quickie-unbundled:1.8.0")
```

## Quick Start
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]
quickie = "1.7.0"
quickie = "1.8.0"

androidconfig-minSdk = "21"
androidconfig-compileSdk = "33"
Expand Down

0 comments on commit 9ee26be

Please sign in to comment.