Skip to content

Commit

Permalink
Fixed package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mazurio committed Jan 12, 2016
1 parent 97169e4 commit cfb9d80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public class ApplicationStoreUtils {
private static final String amazonInstallerPackage = "com.amazon.venezia";

public enum ApplicationStore {
GooglePlay("https://play.google.com/store/apps/details?id=io.mazur.fit.pro"),
GooglePlay("https://play.google.com/store/apps/details?id=com.bodyweight.fitness.pro"),
AmazonStore("amzn://apps/android?p=io.mazur.fit.pro");

private String mApplicationStoreAppUrl;
Expand Down

0 comments on commit cfb9d80

Please sign in to comment.