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