mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 06:51:55 +03:00
update com.nextcloud.appscan gradle file
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
0174370288
commit
7157191669
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue