feat(app): апдейтер только в sideload; API/BASE_URL на https

This commit is contained in:
nk
2026-06-08 14:03:21 +03:00
parent 34bd6ab02e
commit 8dc0d46c40
3 changed files with 4 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ object AppModule {
@Named("radiolaClient") okHttpClient: OkHttpClient,
json: Json
): Retrofit = Retrofit.Builder()
.baseUrl("http://121.127.37.212:3000/")
.baseUrl("https://api.radiola.nexaweb.su/")
.client(okHttpClient)
.addConverterFactory(json.asConverterFactory("application/json".toMediaType()))
.build()