package com.revenuecat.purchases.ui.revenuecatui.utils;

import java.net.URI;
import kotlin.jvm.internal.o;

/* JADX INFO: loaded from: classes3.dex */
public final /* synthetic */ class URIExtensionsKt {
    public static final /* synthetic */ URI appendQueryParameter(URI uri, String name, String value) {
        o.h(uri, "<this>");
        o.h(name, "name");
        o.h(value, "value");
        return new URI(uri + (uri.getQuery() == null ? "?" : "&") + name + '=' + value);
    }
}
