Class ApplicationVersionSignature

java.lang.Object
com.bumptech.glide.signature.ApplicationVersionSignature

public final class ApplicationVersionSignature extends Object
A utility class for obtaining a Key signature containing the application version name using PackageInfo.versionCode.
  • Method Details

    • obtain

      @NonNull public static Key obtain(@NonNull Context context)
      Returns the signature Key for version code of the Application of the given Context.