index-v1's suggestedVersionCode goes into client's upstreamVersionCode
closes #1052 refs #1063
This commit is contained in:
parent
b4d22bb4ce
commit
3d5d20e082
@ -150,6 +150,14 @@ public class App extends ValueObject implements Comparable<App>, Parcelable {
|
||||
public String flattrID;
|
||||
|
||||
public String upstreamVersionName;
|
||||
|
||||
/**
|
||||
* The index-v1 metadata uses the term `suggestedVersionCode` but we need that
|
||||
* value to end up in the `upstreamVersionCode` property here. These variables
|
||||
* need to be renamed across the whole F-Droid ecosystem to make sense.
|
||||
* @see <a href="https://gitlab.com/fdroid/fdroidclient/issues/1063">issue #1063</a>
|
||||
*/
|
||||
@JsonProperty("suggestedVersionCode")
|
||||
public int upstreamVersionCode;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user