uaserial: Change domain
This commit is contained in:
parent
dd74d87cd8
commit
1906156dc4
2 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
// use an integer for version numbers
|
// use an integer for version numbers
|
||||||
version = 8
|
version = 9
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("com.google.code.gson:gson:2.9.0")
|
implementation("com.google.code.gson:gson:2.9.0")
|
||||||
|
|
|
@ -8,7 +8,6 @@ import android.content.Context
|
||||||
class UASerialProviderPlugin: Plugin() {
|
class UASerialProviderPlugin: Plugin() {
|
||||||
override fun load(context: Context) {
|
override fun load(context: Context) {
|
||||||
// All providers should be added in this manner. Please don't edit the providers list directly.
|
// All providers should be added in this manner. Please don't edit the providers list directly.
|
||||||
registerMainAPI(UASerialProvider("https://uaserial.tv", "UASerial"))
|
registerMainAPI(UASerialProvider("https://uaserial.com", "UASerial"))
|
||||||
registerMainAPI(UASerialProvider("https://uaserial.club", "UASerial.club"))
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue