Skip to content

Commit

Permalink
build.gradle: more accurate task description
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jul 13, 2023
1 parent 96b1d53 commit 85c70a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ configurations.all {

tasks.register('HelloVSport') {
dependsOn ':apps:HelloVSport'
description 'Runs the HelloVSport example app.'
description 'Runs the HelloVSport tutorial app.'
}


Expand Down

0 comments on commit 85c70a7

Please sign in to comment.