feat: store and export measurements locally

This commit is contained in:
Stefan Zollinger
2024-04-10 10:07:46 +02:00
parent d02311f058
commit fd76cd8ff5
9 changed files with 266 additions and 5 deletions

View File

@@ -58,6 +58,8 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation 'androidx.recyclerview:recyclerview:1.2.0'
implementation 'com.google.code.gson:gson:2.8.8'
implementation group: 'commons-codec', name: 'commons-codec', version: '1.16.0'
implementation "com.android.volley:volley:1.2.1"