|
|
|
@ -113,7 +113,7 @@ kapt { |
|
|
|
|
dependencies { |
|
|
|
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.10' |
|
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar']) |
|
|
|
|
testImplementation 'junit:junit:4.13' |
|
|
|
|
testImplementation 'junit:junit:4.13.1' |
|
|
|
|
androidTestImplementation 'androidx.test:runner:1.3.0' |
|
|
|
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' |
|
|
|
|
implementation "com.android.support:multidex:1.0.3" |
|
|
|
@ -165,7 +165,7 @@ dependencies { |
|
|
|
|
|
|
|
|
|
//规则相关 |
|
|
|
|
implementation 'org.jsoup:jsoup:1.13.1' |
|
|
|
|
implementation 'cn.wanghaomiao:JsoupXpath:2.3.2' |
|
|
|
|
implementation 'cn.wanghaomiao:JsoupXpath:2.4.2' |
|
|
|
|
implementation 'com.jayway.jsonpath:json-path:2.4.0' |
|
|
|
|
|
|
|
|
|
//JS rhino |
|
|
|
@ -191,7 +191,7 @@ dependencies { |
|
|
|
|
|
|
|
|
|
//apache |
|
|
|
|
implementation 'org.apache.commons:commons-lang3:3.11' |
|
|
|
|
implementation 'org.apache.commons:commons-text:1.8' |
|
|
|
|
implementation 'org.apache.commons:commons-text:1.9' |
|
|
|
|
|
|
|
|
|
//字符串比较 |
|
|
|
|
implementation 'net.ricecode:string-similarity:1.0.0' |
|
|
|
|