Skip to content

Commit 7580c7f

Browse files
committed
removed useless resources
1 parent 4a96839 commit 7580c7f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)