Skip to content

Commit

Permalink
update gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed Nov 3, 2024
1 parent 73b7c9d commit 7b5a2e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
com.serenegiant.uvccamera,
androidx.core.ktx,androidx.core,
androidx.annotation.experimental,
androidx.media3.*" />
androidx.media3.*,
androidx.camera.*" />

<application
android:name=".App"
Expand Down
7 changes: 4 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ dokka = "1.9.20"
#dependencies versions
#noinspection GradleDependency, version 1.7.0 need min sdk 21
appcompat = "1.6.1"
#noinspection GradleDependency, version 2.2.0 need min sdk 21
constraintlayout = "2.1.4"
camerax = "1.3.4"
camerax = "1.4.0"
multidex = "2.0.1"
annotation = "1.9.0"
annotation = "1.9.1"
coroutines = "1.9.0"
junit = "4.13.2"
mockito = "5.4.0"
ktor = "3.0.0"
ktor = "3.0.1"
uvcandroid = "1.0.7"
media3 = "1.5.0-beta01"

Expand Down

0 comments on commit 7b5a2e7

Please sign in to comment.