Skip to content

Commit 43a92fc

Browse files
author
Ebenezer Ackon
committed
Remove unneeded tests and dependencies
1 parent 8be3dae commit 43a92fc

File tree

4 files changed

+1
-72
lines changed

4 files changed

+1
-72
lines changed

app/build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ dependencies {
3232
*/
3333
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
3434
implementation 'io.reactivex.rxjava2:rxkotlin:2.2.0'
35+
3536
// kotlin
3637
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
3738

@@ -40,11 +41,6 @@ dependencies {
4041
implementation 'com.android.support:design:26.1.0'
4142
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
4243

43-
// tests
44-
testImplementation 'junit:junit:4.12'
45-
androidTestImplementation 'com.android.support.test:runner:1.0.1'
46-
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
47-
4844
// todo #23
4945
implementation project(':etherscanapi')
5046
}

app/src/androidTest/java/jfyg/etherscan/helloetherescan/ExampleInstrumentedTest.kt

Lines changed: 0 additions & 24 deletions
This file was deleted.

app/src/test/java/jfyg/etherscan/helloetherescan/ExampleUnitTest.kt

Lines changed: 0 additions & 17 deletions
This file was deleted.

etherscanapi/src/androidTest/java/jfyg/etherscanapi/ExampleInstrumentedTest.java

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)