-
Notifications
You must be signed in to change notification settings - Fork 1
Home
dks301 edited this page May 18, 2019
·
16 revisions
SmoKICK is an application to help smokers quit smoking. We detect smoking gesture using smart watch sensors
- 남강우([email protected])
- 이상원([email protected])
- 안형주([email protected])
* Smart Watch: Automatically detect smoking action
* Application: Various ways for support ( Community, VS mode )
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'