Skip to content

Commit

Permalink
Merge branch 'release/0.6.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 committed Mar 2, 2021
2 parents dd575bf + 7a2cb7c commit 7234bf0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- ML Kit Vision API for best, fully on-device barcode recognition and decoding

## Download [![Download](https://img.shields.io/maven-metadata/v?label=quickie-bundled&metadataUrl=https%3A%2F%2Fbintray.com%2Fg00fy2%2Fmaven%2Fdownload_file%3Ffile_path%3Dcom%252Fg00fy2%252Fquickie%252Fquickie-unbundled%252Fmaven-metadata.xml)](https://bintray.com/g00fy2/maven/quickie-bundled) [![Download](https://img.shields.io/maven-metadata/v?label=quickie-unbundled&metadataUrl=https%3A%2F%2Fbintray.com%2Fg00fy2%2Fmaven%2Fdownload_file%3Ffile_path%3Dcom%252Fg00fy2%252Fquickie%252Fquickie-bundled%252Fmaven-metadata.xml)](https://bintray.com/g00fy2/maven/quickie-unbundled)
There are two different flavors available on `jcenter()`:
There are two different flavors available on `jcenter()` (I'm planing to move to *mavenCentral()* soon):

| Bundled | Unbundled |
| ----------------------------------- | ------------------------------------------------- |
Expand All @@ -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.6.0")
implementation("com.g00fy2.quickie:quickie-bundled:0.6.1")

// unbundled:
implementation("com.g00fy2.quickie:quickie-unbundled:0.6.0")
implementation("com.g00fy2.quickie:quickie-unbundled:0.6.1")
```

## Quick Start
Expand Down
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ object Versions {
const val androidBuildTools = "30.0.3"

const val androidGradle = "4.1.2"
const val kotlin = "1.4.30"
const val kotlin = "1.4.31"

const val activity = "1.2.0"
const val fragment = "1.3.0"
const val appcompat = "1.2.0"
const val core = "1.3.2"

const val cameraX = "1.0.0-rc02"
const val cameraView = "1.0.0-alpha21"
const val cameraX = "1.0.0-rc03"
const val cameraView = "1.0.0-alpha22"

const val materialDesign = "1.3.0"

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
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.6.0"
version = "0.6.1"

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

0 comments on commit 7234bf0

Please sign in to comment.