fune/mobile/android/android-components/components/browser/storage-memory
Grisha Kruglov ed472d66ae [components] Clean up gradle build files for some of the components
- Remove a few unnecessary dependencies
- Add some comments around usage of 'api'
- Mark some of the dependencies as 'api' if they're necessary for use of the module
2018-12-21 13:11:27 -08:00
..
src [components] Closes https://github.com/mozilla-mobile/android-components/issues/1506: Adjust our use of levenshtein distance to account for empty strings 2018-12-14 11:31:55 -05:00
build.gradle [components] Clean up gradle build files for some of the components 2018-12-21 13:11:27 -08: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/