diff --git a/app/build.gradle b/app/build.gradle
index c8538a34c..ff805c992 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -78,11 +78,11 @@ android {
 }
 
 dependencies {
-    implementation 'com.github.SimpleMobileTools:Simple-Commons:7e0240b1e3'
+    implementation 'com.github.SimpleMobileTools:Simple-Commons:fb636d1297'
     implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0'
     implementation 'it.sephiroth.android.exif:library:1.0.1'
     implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.23'
-    implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
+    implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
     implementation 'com.google.android.exoplayer:exoplayer-core:2.9.6'
     implementation 'com.google.vr:sdk-panowidget:1.180.0'
     implementation 'com.google.vr:sdk-videowidget:1.180.0'
@@ -90,7 +90,7 @@ dependencies {
     implementation 'info.androidhive:imagefilters:1.0.7'
     implementation 'com.caverock:androidsvg-aar:1.4'
     implementation 'com.github.tibbi:gestureviews:a8e8fa8d27'
-    implementation 'com.github.tibbi:subsampling-scale-image-view:60fb7362d5'
+    implementation 'com.github.tibbi:subsampling-scale-image-view:65ff7870ed'
     implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
     implementation 'com.github.penfeizhou.android.animation:awebp:2.17.0'
     implementation 'com.github.penfeizhou.android.animation:apng:2.17.0'
diff --git a/app/src/main/res/drawable/ic_set_as_vector.xml b/app/src/main/res/drawable/ic_set_as_vector.xml
deleted file mode 100644
index 5f00129cc..000000000
--- a/app/src/main/res/drawable/ic_set_as_vector.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="100" android:viewportHeight="100">
-    <path android:fillColor="#FFFFFF" android:pathData="M27.109 13.725c6.939-2.277 14.878-0.678 20.396 4.839 6.065 6.065 7.398 15.056 4.044 22.428l34.14 34.14c2.742 2.742 2.742 7.157 0 9.899-2.742 2.742-7.157 2.742-9.899 0l-34.14-34.14c-7.373 3.354-16.364 2.021-22.429-4.044-5.517-5.517-7.117-13.457-4.839-20.396l8.375 8.375c3.526 3.526 9.202 3.526 12.728 0s3.526-9.202 0-12.728z"/>
-</vector>
diff --git a/build.gradle b/build.gradle
index 961234651..1df34ab15 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,7 @@
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
 
 buildscript {
-    ext.kotlin_version = '1.5.31'
+    ext.kotlin_version = '1.6.10'
     ext.is_proprietary = gradle.startParameter.taskNames.any { task -> task.contains("Proprietary") }
 
     repositories {