Skip to content

Commit 48a096c

Browse files
committed
Improve common_component_build.gradle
1 parent 60b8f03 commit 48a096c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common_component_build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//def componentName = project.getName().startsWith("module-") ? project.getName().substring(0, "module-".length()) :
1+
//def componentName = project.getName().startsWith("module_") ? project.getName().substring(0, "module_".length()) :
22

33
if (isBuildModule.toBoolean()) {
44
apply plugin: 'com.android.application'

0 commit comments

Comments
 (0)