Skip to content

Commit

Permalink
Merge pull request #65 from xplpc/update-android-deps
Browse files Browse the repository at this point in the history
update android deps
  • Loading branch information
paulocoutinhox committed Dec 14, 2023
2 parents 1c4fc0f + 15ff07f commit a2129ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kotlin/android/sample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ dependencies {

implementation 'com.google.android.material:material:1.10.0'

implementation 'androidx.camera:camera-view:1.3.0'
implementation 'androidx.camera:camera-lifecycle:1.3.0'
implementation 'androidx.camera:camera-video:1.3.0'
implementation 'androidx.camera:camera-camera2:1.3.0'
implementation 'androidx.camera:camera-view:1.3.1'
implementation 'androidx.camera:camera-lifecycle:1.3.1'
implementation 'androidx.camera:camera-video:1.3.1'
implementation 'androidx.camera:camera-camera2:1.3.1'

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
Expand Down

0 comments on commit a2129ba

Please sign in to comment.