Skip to content

Commit

Permalink
updated README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
Kashif-E committed Sep 21, 2024
1 parent fc8b740 commit c98a8d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# CameraK App

[![Version](https://img.shields.io/github/v/release/kashif-e/camerak)](https://github.com/kashif-e/camerak/releases)
## Overview

The CameraK App is a sample application demonstrating the use of the CameraX library in a Jetpack Compose environment. It provides functionalities to capture images, toggle flash mode, and switch between front and back cameras.
Expand Down
2 changes: 1 addition & 1 deletion cameraK/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ mavenPublishing {
coordinates(
groupId = "io.github.kashif-mehmood-km",
artifactId = "camerak",
version = "0.0.4"
version = "0.0.5"
)


Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ kotlin.daemon.jvmargs=-Xmx4G
android.useAndroidX=true
android.nonTransitiveRClass=true


0 comments on commit c98a8d0

Please sign in to comment.