This commit is contained in:
gedoor 2021-03-26 22:51:52 +08:00
parent 3adfa4af81
commit 6771328119

View File

@ -21,6 +21,8 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
@ -30,11 +32,4 @@ android {
dependencies {
//XmlPullParserFactory
//me.ag2s.epublib.epub.EpubProcessorSupport
//createXmlSerializer方法可使用kxml2
// https://mvnrepository.com/artifact/kxml2/kxml2
//implementation 'kxml2:kxml2:2.3.0'
//slf4j依赖
//implementation 'org.slf4j:-android:1.7.25'
}