This is the error/warning that appears in logcat (The app just shows a toast message):
java.io.FileNotFoundException: https://mydomain
2023-09-18 19:53:34.629 2169-3625 System.err W at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:255)
2023-09-18 19:53:34.629 2169-3625 System.err W at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(DelegatingHttpsURLConnection.java:211)
2023-09-18 19:53:34.629 2169-3625 System.err W at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:30)
2023-09-18 19:53:34.629 2169-3625 System.err W at com.marsad.appupdate.services.CheckUpdateTask.run(CheckUpdateTask.java:96)
This is the error/warning that appears in logcat (The app just shows a toast message):