Skip to content

Commit

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

* Update KolNovel.kt
  • Loading branch information
OtakuArab authored Jul 21, 2024
1 parent 0ac9872 commit 05f5192
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 = 6,
versionCode = 7,
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://kolbook.xyz"
get() = "https://kolcars.shop"
override val id: Long
get() = 41
override val name: String
Expand Down

0 comments on commit 05f5192

Please sign in to comment.