Skip to content

Commit

Permalink
all: bump androidx.camera:camera-view to 1.3.4 (fixes #3662) (#3648)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dogi <[email protected]>
  • Loading branch information
dependabot[bot] and dogi authored Jun 19, 2024
1 parent 848e561 commit 469ad37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "org.ole.planet.myplanet"
minSdkVersion 21
targetSdkVersion 34
versionCode 1599
versionName "0.15.99"
versionCode 1600
versionName "0.16.0"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down Expand Up @@ -134,7 +134,7 @@ dependencies {
implementation "androidx.camera:camera-core:1.3.4"
implementation "androidx.camera:camera-camera2:1.3.4"
implementation "androidx.camera:camera-lifecycle:1.3.4"
implementation "androidx.camera:camera-view:1.0.0-alpha31"
implementation "androidx.camera:camera-view:1.3.4"

def dagger_hilt_version = "2.51.1"
implementation "com.google.dagger:hilt-android:$dagger_hilt_version"
Expand Down

0 comments on commit 469ad37

Please sign in to comment.