Skip to content

Commit b81899f

Browse files
author
hasanhusky
committed
[chore] update versions
1 parent cfe66f4 commit b81899f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ No need to waste time on CameraX and ML Kit app anymore. This library will speed
7474
```sh
7575
dependencies {
7676
...
77-
implementation 'com.github.furkanturkn:camerax-mlkit-pack:1.0.3'
77+
implementation 'com.github.furkanturkn:camerax-mlkit-pack:1.0.4'
7878
}
7979
```
8080
<p align="right">(<a href="#readme-top">back to top</a>)</p>

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ dependencies {
4646
implementation "androidx.camera:camera-view:1.2.1"
4747
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1"
4848

49-
implementation 'com.github.furkanturkn:camerax-mlkit-pack:1.0.3'
49+
implementation 'com.github.furkanturkn:camerax-mlkit-pack:1.0.4'
5050
}

camerax-mlkit-pack/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ afterEvaluate {
5050

5151
groupId = 'com.github.furkanturkn'
5252
artifactId = 'camerax-mlkit-pack'
53-
version = '1.0.3'
53+
version = '1.0.4'
5454
}
5555
}
5656
}

0 commit comments

Comments
 (0)