Skip to content

Commit

Permalink
Merge pull request #12 from furkanturkn/development
Browse files Browse the repository at this point in the history
[chore] update versions
  • Loading branch information
furkanturkn authored Feb 19, 2023
2 parents 5e4c33b + b81899f commit add33eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ No need to waste time on CameraX and ML Kit app anymore. This library will speed
```sh
dependencies {
...
implementation 'com.github.furkanturkn:camerax-mlkit-pack:1.0.3'
implementation 'com.github.furkanturkn:camerax-mlkit-pack:1.0.4'
}
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ dependencies {
implementation "androidx.camera:camera-view:1.2.1"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1"

implementation 'com.github.furkanturkn:camerax-mlkit-pack:1.0.3'
implementation 'com.github.furkanturkn:camerax-mlkit-pack:1.0.4'
}
2 changes: 1 addition & 1 deletion camerax-mlkit-pack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ afterEvaluate {

groupId = 'com.github.furkanturkn'
artifactId = 'camerax-mlkit-pack'
version = '1.0.3'
version = '1.0.4'
}
}
}
Expand Down

0 comments on commit add33eb

Please sign in to comment.