mirror of
https://github.com/bitwarden/android.git
synced 2026-03-26 08:12:00 -05:00
Create a library module responsible for communicating with the Bitwarden network API. Additionally, the following changes were made to checks and workflows: - Updated `build.gradle.kts` to include Kover for the `network` module. - Updated `Fastfile` to include lint, test and kover report generation tasks for the `network` module.
13 lines
191 B
Markdown
13 lines
191 B
Markdown
# Network module
|
|
|
|
A client library for communicating with the Bitwarden web API.
|
|
|
|
## Contents
|
|
|
|
- [Compatibility](#compatibility)
|
|
|
|
## Compatibility
|
|
|
|
- **Minimum SDK**: 28
|
|
- **Target SDK**: 35
|