Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Commit

Permalink
- Added log of data entry
Browse files Browse the repository at this point in the history
- Support an empty list of packages for sentimental analysis
  • Loading branch information
denzilferreira committed Jan 15, 2020
1 parent de143f8 commit 2e671da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions aware-phone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ android {
resValue "string", "provider_google_fused", android.defaultConfig.applicationId + ".provider.geofences"
resValue "string", "provider_openweather", android.defaultConfig.applicationId + ".provider.openweather"
resValue "string", "provider_sensortag", android.defaultConfig.applicationId + ".provider.sensortag"
resValue "string", "provider_sentimental", android.defaultConfig.applicationId + ".provider.sentimental"
}

splits {
Expand Down

0 comments on commit 2e671da

Please sign in to comment.