uaserialspro: Change url
All checks were successful
Build / build (push) Successful in 1m32s

This commit is contained in:
CakesTwix 2024-09-19 17:20:40 +03:00
parent 213e6a64e9
commit dc592f3a7e
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -38,7 +38,7 @@ import javax.crypto.spec.SecretKeySpec
class UASerialsProProvider : MainAPI() {
// Basic Info
override var mainUrl = "https://uaserials.pro"
override var mainUrl = "https://uaserials.com"
override var name = "UASerialsPro"
override val hasMainPage = true
override var lang = "uk"