diff --git a/app/build.gradle b/app/build.gradle index 7e99fa15..91f985e8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" diff --git a/build.gradle b/build.gradle index a0df21a6..c9c1902c 100644 --- a/build.gradle +++ b/build.gradle @@ -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