Patrick Honkonen 1eced037a4
[PM-19627] Move Json extension functions to core module
Move JsonExtensions and related tests to `core` module.

- Moved `decodeFromStringOrNull` and related testing from `app` and `authenticator` modules to `core` module.
- Updated all usages of `decodeFromStringOrNull` in `app` and `authenticator` to the new location in `core`.
- Deleted unused `JsonExtensionsTest` and `JsonExtensions.kt` in `app` and `authenticator`.
- Updated dependencies for core.
2025-03-31 17:06:06 -04:00
..

Core module

A collection of platform specific objects and extensions used by other Bitwarden applications and libraries.

Contents

Compatibility

  • Minimum SDK: 28
  • Target SDK: 35