Added CSV logging

This commit is contained in:
Ziver Koc 2014-07-31 09:53:04 +02:00
parent 319f6023e9
commit d9fac2807a
25 changed files with 200 additions and 144 deletions

View file

@ -1,15 +1,15 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 19
compileSdkVersion 15
buildToolsVersion '19.1.0'
defaultConfig {
applicationId "com.ericsson.uecontrol"
minSdkVersion 19
minSdkVersion 15
targetSdkVersion 19
versionCode 1
versionName "1.0"
versionCode 3
versionName "1.0.2"
}
buildTypes {
release {