File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -29,18 +29,11 @@ dependencies {
2929 // implementation 'com.github.devmike01.JadeSharedPreference:jadesharedpreference-annotations:0.2.5'
3030 kapt project(' :compiler' )
3131 implementation project(' :binder' )
32- implementation " org.jetbrains.kotlin:kotlin-reflect:$kotlin_version "
3332
34- // Optional -- Mockito framework
35- testImplementation ' org.mockito:mockito-core:2.11.0'
36-
37- implementation ' io.reactivex.rxjava2:rxjava:2.2.6'
3833 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3934 implementation" org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
4035 implementation ' com.android.support:appcompat-v7:28.0.0'
4136 implementation ' com.android.support.constraint:constraint-layout:1.1.3'
4237 testImplementation ' junit:junit:4.12'
4338 androidTestImplementation ' com.android.support.test:runner:1.0.2'
44- androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
45- testImplementation " org.robolectric:robolectric:4.2"
4639}
You can’t perform that action at this time.
0 commit comments