File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Library/src/main/java/net/sjava/appstore Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
* @date Dec 10, 2014 2:04:13 PM
14
14
*/
15
15
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/" ;
20
20
21
21
public static PlayAppStore newInstance () {
22
22
return new PlayAppStore ();
You can’t perform that action at this time.
0 commit comments