diff --git a/UASerialProvider/build.gradle.kts b/UASerialProvider/build.gradle.kts index d81a864..075a8b5 100644 --- a/UASerialProvider/build.gradle.kts +++ b/UASerialProvider/build.gradle.kts @@ -1,5 +1,5 @@ // use an integer for version numbers -version = 8 +version = 9 dependencies { implementation("com.google.code.gson:gson:2.9.0") diff --git a/UASerialProvider/src/main/kotlin/com/lagradost/UASerialProviderPlugin.kt b/UASerialProvider/src/main/kotlin/com/lagradost/UASerialProviderPlugin.kt index fba4529..10af44a 100644 --- a/UASerialProvider/src/main/kotlin/com/lagradost/UASerialProviderPlugin.kt +++ b/UASerialProvider/src/main/kotlin/com/lagradost/UASerialProviderPlugin.kt @@ -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")) } } \ No newline at end of file