|
|
|
@ -98,8 +98,8 @@ android { |
|
|
|
|
// Flag to enable support for the new language APIs |
|
|
|
|
coreLibraryDesugaringEnabled true |
|
|
|
|
// Sets Java compatibility to Java 11 |
|
|
|
|
sourceCompatibility JavaVersion.VERSION_11 |
|
|
|
|
targetCompatibility JavaVersion.VERSION_11 |
|
|
|
|
sourceCompatibility "1.8" |
|
|
|
|
targetCompatibility "1.8" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
kotlinOptions { |
|
|
|
@ -213,6 +213,9 @@ dependencies { |
|
|
|
|
implementation("io.noties.markwon:ext-tables:$markwonVersion") |
|
|
|
|
implementation("io.noties.markwon:html:$markwonVersion") |
|
|
|
|
|
|
|
|
|
// 谷歌RenderScript库 |
|
|
|
|
implementation('com.github.android:renderscript-intrinsics-replacement-toolkit:b6363490c3') |
|
|
|
|
|
|
|
|
|
//转换繁体 |
|
|
|
|
implementation('com.github.liuyueyi.quick-chinese-transfer:quick-transfer-core:0.2.1') |
|
|
|
|
|
|
|
|
|