This commit is contained in:
parent
213e6a64e9
commit
dc592f3a7e
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 6
|
||||
version = 7
|
||||
|
||||
dependencies {
|
||||
implementation("com.google.code.gson:gson:2.9.0")
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue