Skip to content

Commit

Permalink
Update publishHelper.java
Browse files Browse the repository at this point in the history
Update publishHelper.java
  • Loading branch information
sastry17 committed Aug 27, 2020
1 parent 332e48d commit 7ee3503
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ public class PublishHelper {
JSONHelper jsonHelper = new JSONHelper();
private String host = "130.226.249.235";
private int port = 20000;
private String ident = "playstore";
private String secret = "jqqm?DEGzwSf7qFmGjQ2NtZcRegHH3NH";
private String channel = "hostage";
private String ident = "";
private String secret = "";
private String channel = "";


public PublishHelper(){
Expand Down

0 comments on commit 7ee3503

Please sign in to comment.