/dcache-greendao-support

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

Primary LanguageKotlinGNU General Public License v3.0GPL-3.0

dcache-greendao-support Release

gradle依赖配置

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