fune/mobile/android/android-components/components/browser/storage-memory
Sebastian Kaspari e445c6eb58 [components] Update to Gradle 6.1.1, Android Gradle plugin 4.0.1, Kotlin 1.4 and Coroutines 1.3.9.
This patch reintroduces the changes from PR https://github.com/mozilla-mobile/android-components/pull/8360 that we reverted in PR https://github.com/mozilla-mobile/android-components/pull/8623. Now the issues in
Fenix are resolved and we can land this again.
2020-10-19 07:01:53 +00:00
..
src [components] Update to Gradle 6.1.1, Android Gradle plugin 4.0.1, Kotlin 1.4 and Coroutines 1.3.9. 2020-10-19 07:01:53 +00:00
build.gradle [components] For https://github.com/mozilla-mobile/android-components/issues/1481. Enable unit test binary resources globally. 2019-06-13 09:29:52 +02:00
proguard-rules.pro [components] Add an in-memory implementation of concept-storage 2018-10-26 15:42:19 -07:00
README.md [components] Add an in-memory implementation of concept-storage 2018-10-26 15:42:19 -07:00

Android Components > Browser > Memory Storage

An in-memory implementation of concept-storage. Data is not persisted to disk, and does not survive a restart. Not suitable for syncing.

Setting up the dependency

Use Gradle to download the library from maven.mozilla.org (Setup repository):

implementation "org.mozilla.components:browser-storage-memory:{latest-version}"

License

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/