1
0
Fork 0
mirror of https://github.com/ethauvin/android-about-box.git synced 2025-04-25 02:37: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; String webURI = null;
switch (buildType) { switch (buildType) {
case GOOGLE: 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; appURI = "market://dev?id=" + publisher;
webURI = "http://play.google.com/store/dev?id=" + publisher; webURI = "http://play.google.com/store/dev?id=" + publisher;
break; break;