uaserial: Change domain

This commit is contained in:
CakesTwix 2024-08-17 22:04:30 +03:00
parent dd74d87cd8
commit 1906156dc4
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,5 @@
// use an integer for version numbers
version = 8
version = 9
dependencies {
implementation("com.google.code.gson:gson:2.9.0")

View file

@ -8,7 +8,6 @@ import android.content.Context
class UASerialProviderPlugin: Plugin() {
override fun load(context: Context) {
// 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.club", "UASerial.club"))
registerMainAPI(UASerialProvider("https://uaserial.com", "UASerial"))
}
}