fix compatibility for android < 9

This commit is contained in:
Arne 2023-05-10 10:29:41 +02:00
parent 16b6f986d9
commit 2a7f957ef0

View file

@ -100,7 +100,7 @@ dependencies {
implementation project(':libs:AXML')
implementation 'com.github.ipld:java-cid:v1.3.1'
implementation 'com.github.woltapp:blurhash:master'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
}
ext {
@ -156,6 +156,7 @@ android {
}
compileOptions {
coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}