1
0
Fork 0
mirror of https://github.com/ethauvin/android-about-box.git synced 2025-04-24 18:27:11 -07:00

Force CircleCI trigger.

This commit is contained in:
Erik C. Thauvin 2017-08-21 23:56:46 -07:00
parent 0ebb478771
commit 134ebebb61

View file

@ -69,7 +69,7 @@ public final class AboutBoxUtils {
String webURI = null;
switch (buildType) {
case GOOGLE:
// see: https://developer.android.com/distribute/marketing-tools/linking-to-google-play.html#OpeningPublisher
// per: https://developer.android.com/distribute/marketing-tools/linking-to-google-play.html#OpeningPublisher
appURI = "market://dev?id=" + publisher;
webURI = "http://play.google.com/store/dev?id=" + publisher;
break;