Skip to content

Commit

Permalink
update KolNovel (#100)
Browse files Browse the repository at this point in the history
* Update build.gradle.kts

* Update KolNovel.kt
  • Loading branch information
OtakuArab authored Jul 1, 2024
1 parent 9e90fd6 commit 0ac9872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sources/ar/kolnovel/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
listOf("ar").map { lang ->
Extension(
name = "KolNovel",
versionCode = 5,
versionCode = 6,
libVersion = "1",
lang = lang,
description = "",
Expand Down
2 changes: 1 addition & 1 deletion sources/ar/kolnovel/main/src/ireader/kolnovel/KolNovel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ abstract class KolNovel(deps: Dependencies) : SourceFactory(
override val lang: String
get() = "ar"
override val baseUrl: String
get() = "https://kolnovel.club"
get() = "https://kolbook.xyz"
override val id: Long
get() = 41
override val name: String
Expand Down

0 comments on commit 0ac9872

Please sign in to comment.