Specify what version_name means in the index.jar address

This commit is contained in:
Daniel Martí 2014-01-04 01:25:45 +01:00
parent c6e9002f2c
commit 14d7ce38fd

@ -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(