mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 12:45:32 +03:00
Fix build error due to appscan build gradle it was failing
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
5195992f72
commit
7410157c1c
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue