updating gradle, commons, exifinterface and camerax

This commit is contained in:
tibbi 2022-10-28 15:45:21 +02:00
parent e9f68515da
commit 8cdbdad22a
2 changed files with 4 additions and 4 deletions

View File

@ -63,13 +63,13 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:78b27e9f16'
implementation 'com.github.SimpleMobileTools:Simple-Commons:449f554c76'
implementation 'androidx.documentfile:documentfile:1.0.1'
implementation "androidx.exifinterface:exifinterface:1.3.4"
implementation "androidx.exifinterface:exifinterface:1.3.5"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1"
implementation 'androidx.window:window:1.1.0-alpha03'
def camerax_version = '1.2.0-beta02'
def camerax_version = '1.2.0-rc01'
implementation "androidx.camera:camera-core:$camerax_version"
implementation "androidx.camera:camera-camera2:$camerax_version"
implementation "androidx.camera:camera-video:$camerax_version"

View File

@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.0'
classpath 'com.android.tools.build:gradle:7.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong