fix(GmsCore support): Correct package name for custom vendor group id
This commit is contained in:
parent
6cbef5a48a
commit
292728a8ba
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ public class GmsCoreSupport {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
UNKNOWN(getGmsCoreVendorGroupId(), getGmsCoreVendorGroupId() + "android.gms", () -> null);
|
UNKNOWN(getGmsCoreVendorGroupId(), getGmsCoreVendorGroupId() + ".android.gms", () -> null);
|
||||||
|
|
||||||
private static final String DONT_KILL_MY_APP_URL
|
private static final String DONT_KILL_MY_APP_URL
|
||||||
= "https://dontkillmyapp.com/";
|
= "https://dontkillmyapp.com/";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue