microstream icon indicating copy to clipboard operation
microstream copied to clipboard

Add Docu for Android, how to add persistence module for android to project

Open zdenek-jonas opened this issue 2 years ago • 0 comments

Add Docu for Android, how to add persistence module for android to project: https://mvnrepository.com/artifact/one.microstream/microstream-persistence-binary-android

Gradle:

dependencies {
    ...
    implementation 'one.microstream:microstream-storage-embedded:08.00.00-MS-GA'
    implementation 'one.microstream:microstream-storage-embedded-configuration:08.00.00-MS-GA'
    implementation 'one.microstream:microstream-persistence-binary-android:08.00.00-MS-GA'
   ...

zdenek-jonas avatar May 03 '22 06:05 zdenek-jonas