package com.revenuecat.purchases.common;

/* JADX INFO: loaded from: classes3.dex */
public final class Constants {
    public static final String GALAXY_STORE_MANAGEMENT_URL = "samsungapps://SubscriptionList/";
    public static final String GOOGLE_PLAY_MANAGEMENT_URL = "https://play.google.com/store/account/subscriptions";
    public static final Constants INSTANCE = new Constants();
    public static final String SUBS_ID_BASE_PLAN_ID_SEPARATOR = ":";

    private Constants() {
    }
}
