Changed to static property

This commit is contained in:
Glenn Carremans 2020-10-22 09:57:53 +02:00
parent 47e8e43318
commit dc314963f9
No known key found for this signature in database
GPG Key ID: E197128A4E058CEF

View File

@ -93,7 +93,7 @@ public class IndexV1Updater extends IndexUpdater {
public static final String SIGNED_FILE_NAME = "index-v1.jar";
public static final String DATA_FILE_NAME = "index-v1.json";
private String platformSigCache;
private static String platformSigCache;
public IndexV1Updater(@NonNull Context context, @NonNull Repo repo) {
super(context, repo);