minor update to 2 libraries

This commit is contained in:
tibbi 2022-09-21 12:51:30 +02:00
parent 4c4ec8baff
commit c9a770f161
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@ dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:e93092b380' implementation 'com.github.SimpleMobileTools:Simple-Commons:e93092b380'
implementation 'androidx.documentfile:documentfile:1.0.1' implementation 'androidx.documentfile:documentfile:1.0.1'
implementation "androidx.exifinterface:exifinterface:1.3.3" implementation "androidx.exifinterface:exifinterface:1.3.3"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1"
implementation 'androidx.window:window:1.1.0-alpha02' implementation 'androidx.window:window:1.1.0-alpha03'
def camerax_version = '1.1.0' def camerax_version = '1.1.0'
implementation "androidx.camera:camera-core:$camerax_version" implementation "androidx.camera:camera-core:$camerax_version"