raw data transfer to phone working - started on adding fft analysis, but not finished.

This commit is contained in:
Graham Jones
2016-06-28 22:15:26 +01:00
parent c0d0f9ed30
commit 994655d55a
7 changed files with 165 additions and 6 deletions

View File

@@ -25,16 +25,15 @@ android {
dependencies {
compile files('libs/mpandroidchartlibrary-2-0-7.jar')
compile 'com.getpebble:pebblekit:3.1.0@aar'
// Unit testing dependencies
testCompile 'junit:junit:4.12'
// Set this dependency if you want to use Mockito
testCompile 'org.mockito:mockito-core:1.10.19'
// Set this dependency if you want to use Hamcrest matching
testCompile 'org.hamcrest:hamcrest-library:1.1'
compile 'com.android.support:appcompat-v7:22.2.1'
compile 'com.android.support:support-v4:22.2.1'
compile files('libs/JTransforms-3.1-with-dependencies.jar')
}
repositories {