Fix getting file URL

This commit is contained in:
Minecon724 2024-10-24 14:19:25 +02:00
parent bba21a1bc3
commit c5020bbcf3
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -1,5 +1,7 @@
package eu.m724.jarupdater.object;
import com.google.gson.annotations.SerializedName;
public class Version {
/**
* metadata file version
@ -17,6 +19,7 @@ public class Version {
private int id;
private long timestamp;
private String label;
@SerializedName("file")
private String fileUrl;
private String sha256;