1
0
Fork 1
mirror of https://codeberg.org/tom79/Fedilab.git synced 2025-02-25 18:39:45 +02:00
Fedilab/cropper/build.gradle

24 lines
451 B
Groovy
Raw Normal View History

2022-06-05 16:48:58 +03:00
apply plugin: 'com.android.library'
android {
compileSdk 31
defaultConfig {
minSdkVersion 14
versionCode 1
}
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"
}