This commit is contained in:
tuan041 2023-07-12 20:35:45 +07:00 committed by GitHub
parent 20dbd2a774
commit 7ee299eda7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
// use an integer for version numbers
version = 1
version = 2
cloudstream {
@ -7,7 +7,7 @@ cloudstream {
// All of these properties are optional, you can safely remove them
// description = "Lorem Ipsum"
authors = listOf("Hexated")
authors = listOf("Hexated, TuaSan")
/**
* Status int as the following:
@ -24,4 +24,4 @@ cloudstream {
)
iconUrl = "https://www.google.com/s2/favicons?domain=tocanime.co&sz=%size%"
}
}