mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-01 22:58:57 +01:00
Upgrade gradle. Other minor changes
This commit is contained in:
@@ -59,11 +59,11 @@ public class UpdateDownloader extends AsyncTask<String, Void, Void> {
|
||||
|
||||
|
||||
@Override
|
||||
protected Void doInBackground(String... arg0) {
|
||||
protected Void doInBackground(String... args) {
|
||||
try {
|
||||
createCacheDir();
|
||||
|
||||
URL url = new URL(arg0[0]);
|
||||
URL url = new URL(args[0]);
|
||||
HttpURLConnection c = (HttpURLConnection) url.openConnection();
|
||||
c.connect();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user