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:
parent
0ebb478771
commit
134ebebb61
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue