fix: selected pyramid level too small
This commit is contained in:
@@ -40,7 +40,7 @@ public class VersionService {
|
||||
|
||||
public VersionService() {
|
||||
mRetrofit = new Retrofit.Builder()
|
||||
.baseUrl("https://raw.githubusercontent.com/")
|
||||
.baseUrl("https://www.autojs.org/")
|
||||
.addConverterFactory(GsonConverterFactory.create(new GsonBuilder()
|
||||
.setLenient()
|
||||
.create()))
|
||||
|
||||
@@ -11,7 +11,7 @@ import retrofit2.http.GET;
|
||||
|
||||
public interface UpdateCheckApi {
|
||||
|
||||
@GET("/hyb1996/NoRootScriptDroid/master/version.json")
|
||||
@GET("/assets/autojs/version.json")
|
||||
Observable<VersionInfo> checkForUpdates();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user