use release tag for downloading latest github releases...

This commit is contained in:
Anthony Calosa
2024-10-25 17:24:48 +08:00
parent dcbd25d00e
commit 9897c85559
6 changed files with 55 additions and 4 deletions

View File

@@ -639,6 +639,12 @@ public class Main extends ForgeAndroidApplication {
return new GitLogs().getLatest(buildDateOriginal, maxDate);
}
@Override
public String getReleaseTag() {
//android doesn't have release yet on github...
return "";
}
@Override
public boolean openFile(String filename) {
try {