Skip to content

Commit c525d0b

Browse files
committed
Cleaning sample
1 parent bf5e94b commit c525d0b

File tree

5 files changed

+1
-77
lines changed

5 files changed

+1
-77
lines changed

BluetoothClassicLibrary/src/androidTest/java/com/github/douglasjunior/bluetoothclassiclibrary/ApplicationTest.java

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

BluetoothLowEnergyLibrary/src/androidTest/java/com/github/douglasjunior/bluetoothlowenergylibrary/ApplicationTest.java

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

Sample/build.gradle

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ android {
1111
targetSdkVersion 25
1212
versionCode 1
1313
versionName "1.0"
14-
15-
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
16-
1714
}
1815
buildTypes {
1916
release {
@@ -24,13 +21,9 @@ android {
2421
}
2522

2623
dependencies {
27-
compile fileTree(dir: 'libs', include: ['*.jar'])
28-
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
29-
exclude group: 'com.android.support', module: 'support-annotations'
30-
})
24+
compile fileTree(include: ['*.jar'], dir: 'libs')
3125
compile 'com.android.support:appcompat-v7:25.0.0'
3226
compile 'com.android.support:design:25.0.0'
33-
testCompile 'junit:junit:4.12'
3427
compile project(':BluetoothLowEnergyLibrary')
3528
}
3629

Sample/src/androidTest/java/com/example/sample/ExampleInstrumentedTest.java

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

Sample/src/test/java/com/example/sample/ExampleUnitTest.java

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

0 commit comments

Comments
 (0)