Skip to content

Commit

Permalink
Merge branch '0.5.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 committed Jan 27, 2021
2 parents c4e2225 + 460a47a commit ea7d831
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ There are two different flavors available on `jcenter()`:
| V2 barcode model is used (possibly faster, more accurate) | currently V1 will be downloaded
```kotlin
// bundled:
implementation("com.g00fy2.quickie:quickie-bundled:0.5.3")
implementation("com.g00fy2.quickie:quickie-bundled:0.5.4")

// unbundled:
implementation("com.g00fy2.quickie:quickie-unbundled:0.5.3")
implementation("com.g00fy2.quickie:quickie-unbundled:0.5.4")
```

## Quick Start
Expand Down
8 changes: 4 additions & 4 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ object Versions {
const val dokka = "1.4.20"

const val activity = "1.2.0-rc01"
const val fragment = "1.3.0-rc01"
const val fragment = "1.3.0-rc02"
const val appcompat = "1.2.0"
const val core = "1.3.2"

const val navigation = "2.3.2"
const val navigation = "2.3.3"

const val cameraX = "1.0.0-rc01"
const val cameraView = "1.0.0-alpha20"
const val cameraX = "1.0.0-rc02"
const val cameraView = "1.0.0-alpha21"

const val materialDesign = "1.2.1"

Expand Down
2 changes: 1 addition & 1 deletion quickie/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
}

group = "com.g00fy2.quickie"
version = "0.5.3"
version = "0.5.4"

tasks.register<Jar>("androidJavadocJar") {
archiveClassifier.set("javadoc")
Expand Down

0 comments on commit ea7d831

Please sign in to comment.