Skip to content

Commit

Permalink
all: bump androidx.camera:camera-camera2 to 1.3.4 (fixes #3659) (#3649
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 c8a83d6 commit 43038ee
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 1596
versionName "0.15.96"
versionCode 1597
versionName "0.15.97"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down Expand Up @@ -132,7 +132,7 @@ dependencies {
implementation('com.mikepenz:materialdrawer:6.1.1@aar') { transitive = true}

implementation "androidx.camera:camera-core:1.1.0"
implementation "androidx.camera:camera-camera2:1.1.0"
implementation "androidx.camera:camera-camera2:1.3.4"
implementation "androidx.camera:camera-lifecycle:1.1.0"
implementation "androidx.camera:camera-view:1.0.0-alpha31"

Expand Down

0 comments on commit 43038ee

Please sign in to comment.