Package com.bumptech.glide.signature
Class ApplicationVersionSignature
- java.lang.Object
-
- com.bumptech.glide.signature.ApplicationVersionSignature
-
public final class ApplicationVersionSignature extends java.lang.ObjectA utility class for obtaining aKeysignature containing the application version name usingPackageInfo.versionCode.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Keyobtain(android.content.Context context)Returns the signatureKeyfor version code of the Application of the given Context.
-