Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
Remove dangling versionName variable in app build Gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Oct 3, 2022
1 parent b0d7185 commit a155a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ android {
}

if (project.properties["VERSION_NAME"] != null) {
versionName = versionName project.properties["VERSION_NAME"]
versionName = project.properties["VERSION_NAME"]
} else {
versionName = "1.0.0"
}
Expand Down

0 comments on commit a155a43

Please sign in to comment.