You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Update WebService
This commit is contained in:
@@ -29,7 +29,7 @@ public class Repo extends BaseModule {
|
||||
}
|
||||
|
||||
public void update() throws CacheModException {
|
||||
String props = WebService.request(getManifestUrl(), WebService.GET);
|
||||
String props = WebService.getString(getManifestUrl());
|
||||
String lines[] = props.split("\\n");
|
||||
parseProps(lines);
|
||||
Logger.dev("Repo: Fetching prop: " + getId());
|
||||
|
||||
Reference in New Issue
Block a user