Skip to content

Commit

Permalink
fix(id/samehadaku): Update baseUrl (#2467)
Browse files Browse the repository at this point in the history
  • Loading branch information
willyreza authored Nov 3, 2023
1 parent e0e9141 commit 9a20e7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/id/samehadaku/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ext {
extName = 'Samehadaku'
pkgNameSuffix = 'id.samehadaku'
extClass = '.Samehadaku'
extVersionCode = 1
extVersionCode = 2
libVersion = '13'
}

apply from: "$rootDir/common.gradle"
apply from: "$rootDir/common.gradle"
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import java.util.Locale

class Samehadaku : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
override val name: String = "Samehadaku"
override val baseUrl: String = "https://samehadaku.vin"
override val baseUrl: String = "https://samehadaku.rent"
override val lang: String = "id"
override val supportsLatest: Boolean = true

Expand Down

0 comments on commit 9a20e7a

Please sign in to comment.