fix: check for updates
This commit is contained in:
@@ -11,7 +11,7 @@ import retrofit2.http.GET;
|
|||||||
|
|
||||||
public interface UpdateCheckApi {
|
public interface UpdateCheckApi {
|
||||||
|
|
||||||
@GET("/hyb1996/NoRootScriptDroid/new_ui/version.json")
|
@GET("/hyb1996/NoRootScriptDroid/master/version.json")
|
||||||
Observable<VersionInfo> checkForUpdates();
|
Observable<VersionInfo> checkForUpdates();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user