Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #5 from getbouncer/awushensky/update_version
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
awushensky authored May 12, 2020
2 parents 4cc6f04 + ddd78d4 commit 871b76a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ These libraries are published in the [jcenter](https://jcenter.bintray.com/com/g

```gradle
dependencies {
implementation 'com.getbouncer:scan-framework:2.0.0006'
implementation 'com.getbouncer:scan-camera:2.0.0006'
implementation 'com.getbouncer:scan-ui:2.0.0006'
implementation 'com.getbouncer:scan-framework:2.0.0007'
implementation 'com.getbouncer:scan-camera:2.0.0007'
implementation 'com.getbouncer:scan-ui:2.0.0007'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ android.useAndroidX=true
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
version=2.0.0006
version=2.0.0007

0 comments on commit 871b76a

Please sign in to comment.