feat: record accelerometer to file

This commit is contained in:
2026-03-22 15:16:13 +01:00
parent 7fb3029e8b
commit cc1a2b5b7a
6 changed files with 192 additions and 5 deletions

View File

@@ -13,6 +13,7 @@ oboe = "1.10.0"
slf4jApi = "1.7.30"
recyclerview = "1.3.1"
appcompat = "1.7.1"
gson = "2.11.0"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
@@ -34,6 +35,7 @@ oboe = { module = "com.google.oboe:oboe", version.ref = "oboe" }
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4jApi" }
androidx-recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version.ref = "recyclerview" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
gson = { group = "com.google.code.gson", name="gson", version.ref = "gson" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }