1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-08-07 09:42:50 +00:00

Android: Changed update server

This commit is contained in:
Michael Hollister 2025-07-10 16:07:18 -05:00
parent a164914ca2
commit 1164a220d8

View file

@ -537,8 +537,8 @@ class MainActivity : AppCompatActivity() {
companion object {
const val TAG = "MainActivity"
const val VERSION_URL = "https://releases.grayjay.app/fcast-version.txt"
const val APK_URL = "https://releases.grayjay.app/fcast-release.apk"
const val VERSION_URL = "https://dl.fcast.org/android/fcast-version.txt"
const val APK_URL = "https://dl.fcast.org/android/fcast-release.apk"
const val REQUEST_ID_MULTIPLE_PERMISSIONS = 1
const val REQUEST_CODE = 2
}