dora4 / dcache-room-support

🧩 https://github.com/dora4/dcache-android Room扩展包。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dcache-room-support Release

gradle依赖配置

// 添加以下代码到项目根目录下的build.gradle
allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}
// 添加以下代码到app模块的build.gradle
dependencies {
    // 扩展包需要在有主框架的情况下使用
    implementation 'com.github.dora4:dcache-android:2.2.11'
    implementation 'com.github.dora4:dcache-room-support:1.4'
}

About

🧩 https://github.com/dora4/dcache-android Room扩展包。