bump version, updatetest -> update

This commit is contained in:
2021-05-16 15:45:50 +02:00
parent 42a2c353c6
commit 355f7a7758
2 changed files with 3 additions and 4 deletions
@@ -124,8 +124,7 @@ public class MainActivity extends AppCompatActivity {
final Meeting currMeeting = meetingsController.getMeetings().get(meetingIndex);
new ZoomLink(this, currMeeting).launch();
} else {
//TODO: updatetest.xml -> update.xml when finished testing
final AppUpdater appUpdater = new AppUpdater(this).setUpdateFrom(UpdateFrom.XML).setUpdateXML("https://baldaufwd.de/ZoomHelper/updatetest.xml");
final AppUpdater appUpdater = new AppUpdater(this).setUpdateFrom(UpdateFrom.XML).setUpdateXML("https://baldaufwd.de/ZoomHelper/update.xml");
final APKDownloader apkDownloader = new APKDownloader();
appUpdater.setButtonUpdateClickListener((dialog, which) -> apkDownloader.downloadAPK(this, "ZoomHelper.apk", Uri.parse("https://baldaufwd.de/ZoomHelper/ZoomHelper.apk")));
appUpdater.start();