fix(GmsCore support): Correct package name for custom vendor group id

This commit is contained in:
oSumAtrIX 2026-03-20 23:58:18 +01:00
parent 6cbef5a48a
commit 292728a8ba
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

@ -105,7 +105,7 @@ public class GmsCoreSupport {
return null;
}
}),
UNKNOWN(getGmsCoreVendorGroupId(), getGmsCoreVendorGroupId() + "android.gms", () -> null);
UNKNOWN(getGmsCoreVendorGroupId(), getGmsCoreVendorGroupId() + ".android.gms", () -> null);
private static final String DONT_KILL_MY_APP_URL
= "https://dontkillmyapp.com/";