Ver código fonte

Fix build error due to appscan build gradle it was failing

Signed-off-by: alperozturk <alper_ozturk@proton.me>
alperozturk 11 meses atrás
pai
commit
7410157c1c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      appscan/build.gradle

+ 1 - 1
appscan/build.gradle

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