Skip to content

Commit 9a03c1e

Browse files
committed
Remove: .version from builds
1 parent 0285cee commit 9a03c1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ android {
130130
"/kotlin/**.kotlin_metadata",
131131
"/META-INF/**.kotlin_module",
132132
"/META-INF/**.pro",
133-
//"/META-INF/**.version", // comment out to enable layout inspector
133+
"/META-INF/**.version", // comment out to enable layout inspector
134134
"/META-INF/LICENSE-notice.md",
135135
"/META-INF/LICENSE.md"
136136
)

0 commit comments

Comments
 (0)