From c1977b8c1af98756bd4efeae0bda06ba4ffc3f61 Mon Sep 17 00:00:00 2001 From: kunfei Date: Tue, 24 May 2022 21:00:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f37d0f466..b8e10ffcd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -152,6 +152,9 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version") + //图像处理库Toolkit + implementation('com.github.android:renderscript-intrinsics-replacement-toolkit:b6363490c3') + //androidX implementation('androidx.core:core-ktx:1.7.0') implementation('androidx.appcompat:appcompat:1.4.1') @@ -257,9 +260,6 @@ dependencies { //加解密类库 //implementation('cn.hutool:hutool-crypto:5.8.1') - //renderscriptToolkit - implementation('com.github.android:renderscript-intrinsics-replacement-toolkit:b6363490c3') - //代码编辑com.github.AmrDeveloper:CodeView已集成到应用内 //epubLib集成到应用内