File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
39This is a simple tool to upload android apk builds to play store.
Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments