Skip to content

Commit bbe890f

Browse files
committed
Instrumented tests were removed from lib
1 parent a38e5c4 commit bbe890f

2 files changed

Lines changed: 0 additions & 30 deletions

File tree

support/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ android {
99
targetSdkVersion 28
1010
versionCode 1
1111
versionName "1.0"
12-
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1312
}
1413

1514
buildTypes {
@@ -44,9 +43,6 @@ publish {
4443

4544
dependencies {
4645
implementation fileTree(dir: 'libs', include: ['*.jar'])
47-
4846
implementation 'com.android.support:appcompat-v7:28.0.0'
4947
testImplementation 'junit:junit:4.12'
50-
androidTestImplementation 'com.android.support.test:runner:1.0.1'
51-
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
5248
}

support/src/androidTest/java/com/github/nikartm/support/ExampleInstrumentedTest.java

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

0 commit comments

Comments
 (0)