Revert "Apply Gradle Cache Fix plugin for all android modules (#3246)"

This reverts commit 23ca7c9f40.
This commit is contained in:
Goooler
2023-01-18 10:25:16 +08:00
parent 25c6bf73f8
commit 93e1ca4ba2
-2
View File
@@ -11,12 +11,10 @@ plugins {
id 'com.google.protobuf' version "0.9.1"
id 'com.google.android.gms.oss-licenses-plugin' version "0.10.6"
id 'dev.rikka.tools.refine' version "3.1.1"
id 'org.gradle.android.cache-fix' version "2.6.2"
}
allprojects {
plugins.withType(BasePlugin).configureEach {
apply plugin: 'org.gradle.android.cache-fix'
project.android {
compileSdk 33
defaultConfig {