- close #6 - verbindung klappt und macht was sie soll. sonderfälle fehlen halt noch wie verbindung kackt ab etc.

- ref #8 mal einen filewriter geschrieben, welcher die sensordaten rausschreiben soll.
- viele kleine sachen
This commit is contained in:
toni
2017-12-20 17:23:23 +01:00
parent 88047672d0
commit b00c845c5c
12 changed files with 201 additions and 36 deletions

View File

@@ -1,6 +1,10 @@
apply plugin: 'com.android.application'
android {
signingConfigs {
config {
}
}
compileSdkVersion 26
defaultConfig {
applicationId "de.tonifetzer.conductorswatch"
@@ -19,7 +23,7 @@ android {
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'