Administrator
2021-11-06 52e2971a30c37fabb79ad5198516ce7afcf21696
gradle  导致运行需要clean问题
2 files modified
4 ■■■ changed files
app/build.gradle 3 ●●●●● patch | view | raw | blame | history
settings.gradle 1 ●●●● patch | view | raw | blame | history
app/build.gradle
@@ -33,8 +33,6 @@
            //声明layout子文件夹
            res.srcDirs = [
                    'src/main/res/layout/item',
                    //下面两个是固定兼容写法
                    'src/main/res/layout',
                    'src/main/res'
            ]
        }
@@ -64,7 +62,6 @@
    implementation 'com.squareup.retrofit2:retrofit:2.3.0'
    //RXjava和retrofit结合
    implementation 'com.squareup.retrofit2:adapter-rxjava2:2.2.0'
    implementation 'com.github.bumptech.glide:glide:4.12.0'
    implementation 'com.permissionx.guolindev:permissionx:1.2.2'    //权限依赖让你推广你就发群里?没有别的群了?
    implementation 'com.github.bumptech.glide:glide:4.12.0'
    annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
settings.gradle
@@ -4,6 +4,7 @@
        google()
        mavenCentral()
        jcenter() // Warning: this repository is going to shut down soon
        maven { url 'https://jitpack.io' }
    }
}
rootProject.name = "Missions"