Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 committed Jan 13, 2021
1 parent bcfa5d5 commit 86cfd5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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.4.0")
implementation("com.g00fy2.quickie:quickie-bundled:0.5.0")

// unbundled:
implementation("com.g00fy2.quickie:quickie-unbundled:0.4.0")
implementation("com.g00fy2.quickie:quickie-unbundled:0.5.0")
```

## Quick Start
Expand Down Expand Up @@ -67,11 +67,11 @@ The library is designed to behave and look as generic as possible. Currently it'
![Image](https://raw.githubusercontent.com/G00fY2/Quickie/gh-pages/media/quickie-device-demo.png)

## Release state
**quickie** relies on Google Jetpack libraries which are in pre-release state. CameraX has no stable release version yet and the Activity Result API is part of the latest AndroidX Activity and Fragment beta releases. Here is what Google says about this release state:
* Beta releases are functionally stable and have a feature-complete API surface.
* They are ready for production use but may contain bugs.
**quickie** relies on Google Jetpack libraries which are in pre-release state. CameraX has no stable release version yet and the Activity Result API is part of the latest AndroidX Activity and Fragment release candidates. Here is what Google says about this release state:
* A release candidate is a prospective stable release.
* It may contain critical last-minute fixes.

You should consider **quickie** to be in beta state too. I will raise the version to 1.0 once all dependent libraries hit stable.
You should consider **quickie** to be in pre-release state too. I will raise the version to 1.0 once all dependent libraries hit stable.

## Requirements
* AndroidX
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.4.0"
version = "0.5.0"

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

0 comments on commit 86cfd5a

Please sign in to comment.