Skip to content

Commit 944b2e6

Browse files
committed
build:完善 demo 构建配置
1 parent 25c2160 commit 944b2e6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

app/build.gradle.kts

+2-6
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ android {
8181
viewBinding = true
8282
buildConfig = true
8383
}
84-
androidResources {
85-
additionalParameters += listOf("--keep-raw-values")
86-
}
8784
packaging {
8885
resources {
8986
excludes += "/META-INF/{AL2.0,LGPL2.1}"
@@ -104,7 +101,6 @@ dependencies {
104101
applyAndroidKtx()
105102
applyAndroidCommon()
106103
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")
104+
// implementation("androidx.startup:startup-runtime:1.2.0")
105+
// implementation("androidx.profileinstaller:profileinstaller:1.4.0")
110106
}

0 commit comments

Comments
 (0)