Skip to content

Commit 7782990

Browse files
author
codebysd
committed
Fixed type in log message.
Added status badges.
1 parent 09be2fa commit 7782990

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
[![Build Status](https://travis-ci.org/codebysd/java-play-store-uploader.svg?branch=master)](https://travis-ci.org/codebysd/java-play-store-uploader)
2+
[![Open issues](https://img.shields.io/github/issues/codebysd/java-play-store-uploader.svg)](https://github.com/codebysd/java-play-store-uploader/issues)
3+
[![Pull requests](https://img.shields.io/github/issues-pr/codebysd/java-play-store-uploader.svg)](https://github.com/codebysd/java-play-store-uploader/pulls)
4+
[![GitHub issues](https://img.shields.io/github/release/codebysd/java-play-store-uploader.svg)](https://github.com/codebysd/java-play-store-uploader/releases)
5+
6+
17
# Play Store Uploader
28

39
This is a simple tool to upload android apk builds to play store.

src/main/java/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ private void upload() throws Exception {
188188
// commit edit
189189
System.out.println("Commiting edit...");
190190
edit = publisher.edits().commit(packageName, editId).execute();
191-
System.out.println(String.format("Success. Comitted Edit id: %s", editId));
191+
System.out.println(String.format("Success. Commited Edit id: %s", editId));
192192

193193
// Success
194194
} catch (Exception e) {

0 commit comments

Comments
 (0)