safestate

An Android library for avoiding TransactionTooLargeException during state saving and restoration

License

License

The Apache License, Version 2.0
GroupId

GroupId

io.github.justin-lewis
ArtifactId

ArtifactId

safestate
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

aar
Description

Description

safestate
An Android library for avoiding TransactionTooLargeException during state saving and restoration
Project URL

Project URL

https://github.com/getstream/stream-chat-android

Download safestate

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.justin-lewis/safestate/ -->
<dependency>
    <groupId>io.github.justin-lewis</groupId>
    <artifactId>safestate</artifactId>
    <version>1.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.justin-lewis/safestate/
implementation 'io.github.justin-lewis:safestate:1.0.1'
// https://jarcasting.com/artifacts/io.github.justin-lewis/safestate/
implementation ("io.github.justin-lewis:safestate:1.0.1")
'io.github.justin-lewis:safestate:aar:1.0.1'
<dependency org="io.github.justin-lewis" name="safestate" rev="1.0.1">
  <artifact name="safestate" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.justin-lewis', module='safestate', version='1.0.1')
)
libraryDependencies += "io.github.justin-lewis" % "safestate" % "1.0.1"
[io.github.justin-lewis/safestate "1.0.1"]

Dependencies

runtime (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.5.10
androidx.appcompat » appcompat jar 1.3.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0