We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c2160 commit 944b2e6Copy full SHA for 944b2e6
app/build.gradle.kts
@@ -81,9 +81,6 @@ android {
81
viewBinding = true
82
buildConfig = true
83
}
84
- androidResources {
85
- additionalParameters += listOf("--keep-raw-values")
86
- }
87
packaging {
88
resources {
89
excludes += "/META-INF/{AL2.0,LGPL2.1}"
@@ -104,7 +101,6 @@ dependencies {
104
101
applyAndroidKtx()
105
102
applyAndroidCommon()
106
103
implementation(project(":lib_plugin"))
107
- implementation("androidx.startup:startup-runtime:1.2.0")
108
- implementation("androidx.profileinstaller:profileinstaller:1.4.0")
109
-// implementation("com.qihoo360.replugin:replugin-host-lib:2.2.4")
+// implementation("androidx.startup:startup-runtime:1.2.0")
+// implementation("androidx.profileinstaller:profileinstaller:1.4.0")
110
0 commit comments