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