feat: add decoded payloads

This commit is contained in:
Stefan Zollinger
2023-11-28 13:40:38 +01:00
parent 93c941cf7c
commit ae0d1ff921
8 changed files with 172 additions and 47 deletions

View File

@@ -58,5 +58,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation 'androidx.recyclerview:recyclerview:1.2.0'
implementation group: 'commons-codec', name: 'commons-codec', version: '1.16.0'
implementation "com.android.volley:volley:1.2.1"
}