소스 검색

Fix build error due to appscan build gradle it was failing

Signed-off-by: alperozturk <alper_ozturk@proton.me>
alperozturk 1 년 전
부모
커밋
7410157c1c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"
 }