Fix getting file URL
This commit is contained in:
parent
bba21a1bc3
commit
c5020bbcf3
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
package eu.m724.jarupdater.object;
|
package eu.m724.jarupdater.object;
|
||||||
|
|
||||||
|
import com.google.gson.annotations.SerializedName;
|
||||||
|
|
||||||
public class Version {
|
public class Version {
|
||||||
/**
|
/**
|
||||||
* metadata file version
|
* metadata file version
|
||||||
|
@ -17,6 +19,7 @@ public class Version {
|
||||||
private int id;
|
private int id;
|
||||||
private long timestamp;
|
private long timestamp;
|
||||||
private String label;
|
private String label;
|
||||||
|
@SerializedName("file")
|
||||||
private String fileUrl;
|
private String fileUrl;
|
||||||
private String sha256;
|
private String sha256;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue