new gui, responsive for all devices.

added activity buttons to app and in csv output
This commit is contained in:
toni
2018-01-10 17:08:36 +01:00
parent 4a70287d31
commit e74e390010
19 changed files with 549 additions and 112 deletions

View File

@@ -2,10 +2,15 @@
buildscript {
repositories {
mavenCentral()
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:3.0.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -15,6 +20,10 @@ buildscript {
allprojects {
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
}