Skip to content

Commit

Permalink
Release 1.5(7)
Browse files Browse the repository at this point in the history
修正域名
  • Loading branch information
RyensX committed Jun 4, 2023
1 parent 3035f4f commit d8de313
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId = "com.su.sakuraanime2plugin"
minSdk = 21
targetSdk = 31
versionCode = 6
versionName = "1.4"
versionCode = 7
versionName = "1.5"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.su.mediabox.pluginapi.Constant

object Const {

val host: String = "https://www.yhdmp.net"
val host: String = "https://www.yhdmz.org"

val ua = Constant.Request.USER_AGENT_ARRAY[0]

Expand Down

0 comments on commit d8de313

Please sign in to comment.