update com.nextcloud.appscan gradle file

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-11-28 09:19:05 +01:00 committed by Alper Öztürk
parent 0174370288
commit 7157191669

View file

@ -19,11 +19,11 @@ apply plugin: 'kotlin-android'
android {
namespace 'com.nextcloud.appscan'
compileSdk 34
defaultConfig {
minSdk 21
targetSdk 34
minSdk 24
targetSdk 35
compileSdk 35
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@ -45,6 +45,6 @@ android {
}
dependencies {
implementation "androidx.appcompat:appcompat:1.7.0"
implementation "androidx.appcompat:appcompat:$appCompatVersion"
implementation "com.github.zynkware:Document-Scanning-Android-SDK:$documentScannerVersion"
}