1
0
mirror of https://codeberg.org/tom79/Fedilab synced 2025-01-07 08:19:23 +01:00
fedilab-Android-App/cropper/build.gradle
2022-11-30 15:27:23 +01:00

23 lines
429 B
Groovy

apply plugin: 'com.android.library'
android {
compileSdk 31
defaultConfig {
minSdkVersion 14
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
lintOptions {
abortOnError false
}
}
dependencies {
api 'androidx.appcompat:appcompat:1.4.2'
implementation "androidx.exifinterface:exifinterface:1.3.3"
}