Fix build error due to appscan build gradle it was failing

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-06-17 09:27:26 +02:00
parent 5195992f72
commit 7410157c1c
No known key found for this signature in database
GPG key ID: 4E577DC593B59BDF

View file

@ -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"
}