package com.google.android.gms.common; import com.google.android.gms.common.annotation.KeepName; @KeepName /* loaded from: classes.dex */ public final class GooglePlayServicesIncorrectManifestValueException extends GooglePlayServicesManifestException { public GooglePlayServicesIncorrectManifestValueException(int i10) { super(i10, "The meta-data tag in your app's AndroidManifest.xml does not have the right value. Expected " + GoogleApiAvailabilityLight.GOOGLE_PLAY_SERVICES_VERSION_CODE + " but found " + i10 + ". You must have the following declaration within the element: "); } }