bitwarden-android/bridge
2024-09-05 12:22:49 -05:00
..
src/main BITAU-96 Setup Bridge SDK (#3857) 2024-09-05 12:22:49 -05:00
.gitignore BITAU-96 Setup Bridge SDK (#3857) 2024-09-05 12:22:49 -05:00
build.gradle.kts BITAU-96 Setup Bridge SDK (#3857) 2024-09-05 12:22:49 -05:00
CHANGELOG.md BITAU-96 Setup Bridge SDK (#3857) 2024-09-05 12:22:49 -05:00
CHANGELOG_FORMAT.MD BITAU-96 Setup Bridge SDK (#3857) 2024-09-05 12:22:49 -05:00
consumer-rules.pro BITAU-96 Setup Bridge SDK (#3857) 2024-09-05 12:22:49 -05:00
proguard-rules.pro BITAU-96 Setup Bridge SDK (#3857) 2024-09-05 12:22:49 -05:00
README.md BITAU-96 Setup Bridge SDK (#3857) 2024-09-05 12:22:49 -05:00

Bitwarden Native Bridge SDK

Contents

Other Documents

Compatibility

  • Minimum SDK: 28
  • Target SDK: 34

Versioning

This repository conforms to the following versioning convention:

v[MAJOR].[MINOR].[PATCH]

where [RELEASE]   is incremented to represent major milestones that indicate a significant change in the library.

      [MINOR]     is incremented when any standard changes (breaking or otherwise) are introduced to the library.

      [PATCH]     is incremented when a hot-fix patch is required to an existing minor
                  release due to a bug introduced in that release.

Some things to note:

  • All updates should have a corresponding CHANGELOG.md entry that at a high-level describes what is being newly introduced in it. For more info, see Changelog Format Guide

  • When incrementing a level any lower-levels should always reset to 0.