Parcourir la source

Fix build error due to appscan build gradle it was failing

Signed-off-by: alperozturk <alper_ozturk@proton.me>
alperozturk il y a 1 an
Parent
commit
7410157c1c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"
 }