Skip to content

Commit a03b055

Browse files
committed
[CHORE/#275] benchmarkRelease 소스셋의 AndroidManifest.xml 경로 설정 추가
1 parent 84e03d0 commit a03b055

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/build.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ android {
3838
}
3939
}
4040

41+
androidComponents {
42+
finalizeDsl { extension ->
43+
extension.sourceSets.getByName("benchmarkRelease").manifest.srcFile(
44+
"src/benchmarkRelease/AndroidManifest.xml",
45+
)
46+
}
47+
}
48+
4149
dependencies {
4250
implementation(projects.core.common)
4351
implementation(projects.core.analytics)

0 commit comments

Comments
 (0)