Skip to content

Commit

Permalink
Updated Amazon server
Browse files Browse the repository at this point in the history
  • Loading branch information
Neraud committed May 28, 2015
1 parent 1015452 commit 8c9cd73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public enum PADVersion {
JP(PADRegion.JP, "api-adr.padsv.gungho.jp", "jp.gungho.pad"),
HK_TW(PADRegion.HK_TW, "api-ht-adr.padsv.gungho.jp", "jp.gungho.padHT"),
KO(PADRegion.KO, "api-kr-adrv2.padsv.gungho.jp", "jp.gungho.padKO"),
AMAZON_US(PADRegion.US, "api-na-amz.padsv.gungho.jp", "jp.gungho.padKINEN");
AMAZON_US(PADRegion.US, "api-na-amzv2.padsv.gungho.jp", "jp.gungho.padKINEN");

private final PADRegion region;
private final String serverHostName;
Expand Down
4 changes: 4 additions & 0 deletions PADListenerApp/src/main/res/xml/changelog_master.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release
version="" versioncode="">
<change>Updated Amazon server</change>
</release>
<release
version="2.1.5" versioncode="53">
<change>Updated NA and KO servers</change>
Expand Down

0 comments on commit 8c9cd73

Please sign in to comment.