File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -52,15 +52,15 @@ android {
5252
5353dependencies {
5454 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
55- // implementation project(':assists')
56- // implementation project(':assists-mp')
57- // implementation project(':assists-opcv')
58- // implementation project(':assists-web')
59- // implementation project(':assists-ime')
60- implementation " com.github.ven-coder.assists:assists-base:v3.2.219"
61- implementation " com.github.ven-coder.assists:assists-opcv:v3.2.219"
62- implementation " com.github.ven-coder.assists:assists-mp:v3.2.219"
63- implementation " com.github.ven-coder.assists:assists-web:v3.2.219"
55+ implementation project(' :assists' )
56+ implementation project(' :assists-mp' )
57+ implementation project(' :assists-opcv' )
58+ implementation project(' :assists-web' )
59+ implementation project(' :assists-ime' )
60+ // implementation "com.github.ven-coder.assists:assists-base:v3.2.219"
61+ // implementation "com.github.ven-coder.assists:assists-opcv:v3.2.219"
62+ // implementation "com.github.ven-coder.assists:assists-mp:v3.2.219"
63+ // implementation "com.github.ven-coder.assists:assists-web:v3.2.219"
6464 implementation " androidx.room:room-runtime:${ rootProject.ext.roomVersion} "
6565 implementation " androidx.room:room-ktx:${ rootProject.ext.roomVersion} "
6666 implementation " com.github.mrmike:ok2curl:${ rootProject.ext.ok2curlVersion} "
You can’t perform that action at this time.
0 commit comments