mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-08-06 17:22:50 +00:00
Android: Changed update server
This commit is contained in:
parent
a164914ca2
commit
1164a220d8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue