Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vacxe committed Apr 30, 2020
1 parent f5c969a commit ade6b1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

application {
mainClassName = "com.github.vacxe.googleplaycli.ApkPublisher"
mainClassName = "com.github.vacxe.googleplaycli.ApkPublisherKt"
applicationName = "googleplaycli"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ fun main(args: Array<String>): Unit = mainBody {
else -> "Command not found. Available: refund"
}
}
else -> "Command not found. Available: apks, bundles, deobfuscationfiles, tracks"
else -> "Command not found. Available: apks, bundles, deobfuscationfiles, details, expansionfiles, images, listings, testers, tracks, reviews, internalappsharingartifacts, orders"
}

println(result)
Expand Down

0 comments on commit ade6b1f

Please sign in to comment.