Skip to content

Commit

Permalink
updated real trackid
Browse files Browse the repository at this point in the history
  • Loading branch information
ned committed Jun 4, 2019
1 parent c184a17 commit 791201f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appdb/API/API+CheckAppUpdate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extension API {

static func checkIfUpdateIsAvailable(success:@escaping (CydiaApp, String) -> Void) {

let trackid: String = "xxx" // todo change
let trackid: String = "1900000538"
let currentVersion: String = Global.appVersion

API.search(type: CydiaApp.self, trackid: trackid, success: { apps in
Expand Down

0 comments on commit 791201f

Please sign in to comment.