Skip to content

Commit

Permalink
Cleaning sample
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasjunior committed Apr 8, 2017
1 parent bf5e94b commit c525d0b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 77 deletions.

This file was deleted.

This file was deleted.

9 changes: 1 addition & 8 deletions Sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ android {
targetSdkVersion 25
versionCode 1
versionName "1.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

}
buildTypes {
release {
Expand All @@ -24,13 +21,9 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:25.0.0'
compile 'com.android.support:design:25.0.0'
testCompile 'junit:junit:4.12'
compile project(':BluetoothLowEnergyLibrary')
}

This file was deleted.

17 changes: 0 additions & 17 deletions Sample/src/test/java/com/example/sample/ExampleUnitTest.java

This file was deleted.

0 comments on commit c525d0b

Please sign in to comment.