Skip to content

Commit 4fcd2f3

Browse files
committed
Updated Play store url
1 parent b2ce265 commit 4fcd2f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Library/src/main/java/net/sjava/appstore/PlayAppStore.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
* @date Dec 10, 2014 2:04:13 PM
1414
*/
1515
public class PlayAppStore extends AppStore implements PublisherAppOpenable {
16-
private static final String APP_URL = "http://play.google.com/store/apps/details?id=";
17-
private static final String APP_SEARCH_URL = "http://play.google.com/store/search?q=";
18-
private static final String APP_DEVELOPER_PAGE = "http://play.google.com/store/dev?id=";
19-
private static final String APP_COLLECTION_URL = "http://play.google.com/store/apps/collection/";
16+
private static final String APP_URL = "https://play.google.com/store/apps/details?id=";
17+
private static final String APP_SEARCH_URL = "https://play.google.com/store/search?q=";
18+
private static final String APP_DEVELOPER_PAGE = "https://play.google.com/store/apps/developer?id=";
19+
private static final String APP_COLLECTION_URL = "https://play.google.com/store/apps/collection/";
2020

2121
public static PlayAppStore newInstance() {
2222
return new PlayAppStore();

0 commit comments

Comments
 (0)