Browse Source

Fix build error due to appscan build gradle it was failing

Signed-off-by: alperozturk <alper_ozturk@proton.me>
alperozturk 11 tháng trước cách đây
mục cha
commit
7410157c1c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      appscan/build.gradle

+ 1 - 1
appscan/build.gradle

@@ -45,6 +45,6 @@ android {
 }
 }
 
 
 dependencies {
 dependencies {
-    implementation "androidx.appcompat:appcompat:$appCompatVersion"
+    implementation "androidx.appcompat:appcompat:1.6.1"
     implementation "com.github.zynkware:Document-Scanning-Android-SDK:$documentScannerVersion"
     implementation "com.github.zynkware:Document-Scanning-Android-SDK:$documentScannerVersion"
 }
 }