build.gradle: Add dependency renderscript-intrinsics-replacement-toolkit

Signed-off-by: 1552980358 <1552980358@qq.com>
pull/1209/head
1552980358 3 years ago
parent 795dce9006
commit 8907cec1d3
  1. 7
      app/build.gradle

@ -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')

Loading…
Cancel
Save