We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e4252 commit 72897deCopy full SHA for 72897de
README.md
@@ -45,7 +45,7 @@ Build signed production android apk file to upload. In case of a CI server, this
45
Execute the binary, passing required data in arguments.
46
47
```bash
48
-PlayStoreUploader -key "key.json" -apk "app.apk" -track "alpha" -name "myApp" -notes "new release"
+ java -jar release-manager-1.0.jar -key "key.json" -apk "app.apk" -track "internal" -name "myApp" -notes "new release"
49
```
50
51
#### CLI Options
0 commit comments