We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38e5c4 commit bbe890fCopy full SHA for bbe890f
2 files changed
support/build.gradle
@@ -9,7 +9,6 @@ android {
9
targetSdkVersion 28
10
versionCode 1
11
versionName "1.0"
12
- testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
13
}
14
15
buildTypes {
@@ -44,9 +43,6 @@ publish {
44
43
45
dependencies {
46
implementation fileTree(dir: 'libs', include: ['*.jar'])
47
-
48
implementation 'com.android.support:appcompat-v7:28.0.0'
49
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'
52
support/src/androidTest/java/com/github/nikartm/support/ExampleInstrumentedTest.java
0 commit comments