fix special character in class name
This commit is contained in:
parent
0b04788245
commit
6458fd86c1
@ -5,7 +5,7 @@ apply plugin: 'kotlinx-serialization'
|
||||
ext {
|
||||
extName = 'Anime-Base'
|
||||
pkgNameSuffix = 'de.animebase'
|
||||
extClass = '.Anime-Base'
|
||||
extClass = '.AnimeBase'
|
||||
extVersionCode = 2
|
||||
libVersion = '13'
|
||||
}
|
||||
|
@ -25,7 +25,7 @@ import uy.kohesive.injekt.Injekt
|
||||
import uy.kohesive.injekt.api.get
|
||||
import kotlin.Exception
|
||||
|
||||
class `Anime-Base` : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
|
||||
class AnimeBase : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
|
||||
|
||||
override val name = "Anime-Base"
|
||||
|
Loading…
x
Reference in New Issue
Block a user