Remove explicit dependency on Duktape stub since it's in the common dependencies

This commit is contained in:
arkon 2021-02-06 18:08:33 -05:00
parent 403ee49cb0
commit f8bf81ae43
1 changed files with 0 additions and 1 deletions

View File

@ -11,6 +11,5 @@ ext {
apply from: "$rootDir/common.gradle"
dependencies {
compileOnly project(':duktape-stub')
implementation 'com.luhuiguo:chinese-utils:1.0'
}