Skip to content

Releases: timemates/credentials-storage-kt

v1.0.1

26 Feb 22:57
Compare
Choose a tag to compare

What's new

  • Refactor (BREAKING): io.timemates package is renamed to org.timemates
  • Chore: Library is republished to https://maven.timemates.org/releases

Full Changelog: 1.0.0...1.0.1

v1.0.0

06 Nov 23:34
Compare
Choose a tag to compare

Initial version of the library.

New Contributors

  • @y9vad9 made their first contribution in #3

Implementation

repositories {
    maven("https://maven.timemates.io")
}

dependencies {
    commonMainImplementation("io.timemates.credentials:credentials-manager:1.0.0")
}

Platforms

  • Kotlin/JVM (Java 11)
    • macOS
    • Linux
    • Windows
    • Android (SDK 21+)
  • Kotlin/JS
    • Browser

Full Changelog: https://github.com/timemates/credentials-storage-kt/commits/1.0.0