Skip to content

Commit

Permalink
Version 0.3.2
Browse files Browse the repository at this point in the history
-------------
- [EXPERIMENTAL] Streaming
- configure each sensor manually
- configure loggers
  • Loading branch information
francescogabbrielli committed Oct 8, 2018
1 parent ae0d868 commit 29e1786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
ndk {
moduleName "sensor-logger"
abiFilters 'armeabi-v7a'//, 'arm64-v8a'
abiFilters 'armeabi-v7a', 'arm64-v8a'
}
}
buildTypes {
Expand Down

0 comments on commit 29e1786

Please sign in to comment.