Skip to content

Commit

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

* Update NovelParadise.kt
  • Loading branch information
OtakuArab authored Jun 5, 2024
1 parent 5f56036 commit 97bdeae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sources/ar/novelparadise/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
listOf("en").map { lang ->
listOf("ar").map { lang ->
Extension(
name = "NovelParadise",
versionCode = 1,
versionCode = 2,
libVersion = "1",
lang = lang,
description = "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ abstract class NovelParadise(private val deps: Dependencies) : SourceFactory(
override val lang: String
get() = "ar"
override val baseUrl: String
get() = "https://novelsparadise.net"
get() = "https://novelsparadise.site"
override val id: Long
get() = 50
override val name: String
Expand Down

0 comments on commit 97bdeae

Please sign in to comment.