A modified demo app from Affectiva, reflecting on the usage of emotion recognition software through a story by W.F. Hermans.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
sudo: false |
|
language: android |
|
android: |
|
components: |
|
- tools |
|
- build-tools-23.0.3 |
|
- android-23 |
|
- extra |
|
- platform-tools |
|
|
|
script: |
|
- ./gradlew clean build test
|
|
|