mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-22 14:47:29 +00:00
Merge branch 'master' into pr/77
This commit is contained in:
commit
e52c185ffe
@ -37,7 +37,7 @@ public final class UpdateChecker extends AsyncTask<Void, Void, Boolean> {
|
|||||||
if (responseCode == HttpURLConnection.HTTP_OK) {
|
if (responseCode == HttpURLConnection.HTTP_OK) {
|
||||||
final JSONObject data = new JSONObject(Utils.readFromConnection(conn));
|
final JSONObject data = new JSONObject(Utils.readFromConnection(conn));
|
||||||
if (BuildConfig.VERSION_CODE < data.getInt("suggestedVersionCode")) {
|
if (BuildConfig.VERSION_CODE < data.getInt("suggestedVersionCode")) {
|
||||||
version = data.getJSONArray("packages").getString("versionName");
|
version = data.getJSONArray("packages").getJSONObject(0).getString("versionName");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user