mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-05-25 00:46:45 -04:00
Specify what version_name means in the index.jar address
This commit is contained in:
@@ -369,7 +369,7 @@ public class RepoXMLHandler extends DefaultHandler {
|
||||
// check the signature, and extract the index...
|
||||
Log.d("FDroid", "Getting signed index from " + repo.address + " at " +
|
||||
logDateFormat.format(new Date(System.currentTimeMillis())));
|
||||
String address = repo.address + "/index.jar?"
|
||||
String address = repo.address + "/index.jar?client_version="
|
||||
+ ctx.getString(R.string.version_name);
|
||||
Bundle progressData = createProgressData(repo.address);
|
||||
ProgressListener.Event event = new ProgressListener.Event(
|
||||
|
||||
Reference in New Issue
Block a user