Skip to content

Commit 3d51c94

Browse files
unused variables from build script
The `applicationId` and `versionName` variables were declared in `app/build.gradle.kts` but never used. This commit removes them to clean up the build script.
1 parent 45c52b7 commit 3d51c94

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,7 @@ android {
142142
}
143143

144144
applicationVariants.all {
145-
146-
val applicationId = this.applicationId
147145
val flavorName = this.flavorName
148-
val versionName = this.versionName
149146

150147
outputs.all {
151148
val output =

0 commit comments

Comments
 (0)