Skip to content
dks301 edited this page May 18, 2019 · 16 revisions

Welcome to SmoKICK wiki page!


SmoKICK is an application to help smokers quit smoking. We detect smoking gesture using smart watch sensors


Objective

* Smart Watch: Automatically detect smoking action

* Application: Various ways for support ( Community, VS mode )

Installation

dependencies {
    classpath 'com.android.tools.build:gradle:3.2.1'

    // NOTE: Do not place your application dependencies here; they belong
    // in the individual module build.gradle files
    classpath "io.realm:realm-gradle-plugin:4.4.0"
    classpath 'com.google.gms:google-services:4.1.0'
}

defaultConfig {
    minSdkVersion 20
    targetSdkVersion 26
    versionCode 5
    versionName "1.1.1"
}

buildToolsVersion '28.0.3'