core
Android OMH Storage - Core
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()
}
}Content copied to clipboard
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>")
}Content copied to clipboard
License
See LICENSE