mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Direct link to GitHub release
This commit is contained in:
@@ -912,8 +912,9 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
// Get update info
|
||||
UpdateInfo info = new UpdateInfo();
|
||||
info.tag_name = jroot.getString("tag_name");
|
||||
//info.html_url = jroot.getString("html_url");
|
||||
info.html_url = BuildConfig.GITHUB_LATEST_URI;
|
||||
info.html_url = jroot.getString("html_url");
|
||||
if (TextUtils.isEmpty(info.html_url))
|
||||
info.html_url = BuildConfig.GITHUB_LATEST_URI;
|
||||
|
||||
// Check if new release
|
||||
JSONArray jassets = jroot.getJSONArray("assets");
|
||||
|
||||
Reference in New Issue
Block a user