Module core


Android OMH Storage - Core

NPM version License

Chat on Discord Follow on Twitter


Installation

To integrate the Core package into your Android project, follow these steps:

1. Configure Maven Central repository

Ensure Maven Central is included as a repository in your root build.gradle file:

allprojects {
  repositories {
    mavenCentral()
  }
}

2. Add dependency for the Core package

Add the dependency for the Core package to your project’s build.gradle file:

dependencies {
  implementation("com.openmobilehub.android.storage:core:<version>")
}

License