mirror of
https://github.com/TonyJiangWJ/Auto.js.git
synced 2026-06-21 21:01:43 +08:00
fix: check for updates
This commit is contained in:
parent
130827cab5
commit
acaf199675
@ -11,7 +11,7 @@ import retrofit2.http.GET;
|
||||
|
||||
public interface UpdateCheckApi {
|
||||
|
||||
@GET("/hyb1996/NoRootScriptDroid/new_ui/version.json")
|
||||
@GET("/hyb1996/NoRootScriptDroid/master/version.json")
|
||||
Observable<VersionInfo> checkForUpdates();
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user