Skip to content

Commit 27bbbdc

Browse files
committed
Removed tests.
1 parent 4e3ff47 commit 27bbbdc

File tree

3 files changed

+0
-49
lines changed

3 files changed

+0
-49
lines changed

HeatMapLib/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ android {
1111
versionName "1.0"
1212

1313
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
14-
1514
}
1615
buildTypes {
1716
release {
@@ -23,11 +22,6 @@ android {
2322

2423
dependencies {
2524
compile fileTree(dir: 'libs', include: ['*.jar'])
26-
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
27-
exclude group: 'com.android.support', module: 'support-annotations'
28-
})
29-
compile 'com.android.support:appcompat-v7:24.2.1'
30-
testCompile 'junit:junit:4.12'
3125
}
3226

3327
apply plugin: 'com.github.dcendents.android-maven'

HeatMapLib/src/androidTest/java/ca/hss/heatmaplib/ExampleInstrumentedTest.java

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

HeatMapLib/src/test/java/ca/hss/heatmaplib/ExampleUnitTest.java

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

0 commit comments

Comments
 (0)