forked from mirror/monocles_chat
fix compatibility for android < 9
This commit is contained in:
parent
16b6f986d9
commit
2a7f957ef0
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue