mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-12 09:57:48 +00:00
I must have been really tired...
Not sure how this got deleted...
This commit is contained in:
@@ -102,6 +102,15 @@ public class Repo {
|
|||||||
public String getVersion() {
|
public String getVersion() {
|
||||||
return version;
|
return version;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getDescription() {
|
||||||
|
return moduleDescription;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getZipUrl() {
|
||||||
|
return zipUrl;
|
||||||
|
}
|
||||||
|
|
||||||
public String getLogUrl() {
|
public String getLogUrl() {
|
||||||
return logUrl;
|
return logUrl;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user