mirror of
https://github.com/YTVanced/VancedManager
synced 2025-01-05 15:01:01 +00:00
updated base url
This commit is contained in:
parent
b84a2bd930
commit
4086b1150b
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@
|
||||||
<category android:name="android.intent.category.BROWSABLE" />
|
<category android:name="android.intent.category.BROWSABLE" />
|
||||||
<data
|
<data
|
||||||
android:scheme="https"
|
android:scheme="https"
|
||||||
android:host="vancedapp.com"
|
android:host="api.vancedapp.com"
|
||||||
android:pathPrefix="/downloads"/>
|
android:pathPrefix="/downloads"/>
|
||||||
|
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
|
@ -137,4 +137,4 @@ fun checkSHA256(sha256: String, updateFile: File): Boolean {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const val baseUrl = "https://vancedapp.com/api/v1"
|
const val baseUrl = "https://api.vancedapp.com/api/v1"
|
Loading…
Reference in a new issue