Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
Bump to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-TSNG committed Jan 22, 2023
1 parent cbe189e commit e1d22ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ project.rootProject.file("local.properties").let {
}
}

val verName = "1.8"
val verName = "1.9"
val gitCommitCount = "git rev-list HEAD --count".execute().toInt()
val gitCommitHash = "git rev-parse --verify --short HEAD".execute()

Expand Down Expand Up @@ -115,9 +115,8 @@ afterEvaluate {
}

dependencies {
implementation("com.github.kyuubiran:EzXHelper:1.0.3")
compileOnly("de.robv.android.xposed:api:82")

implementation("com.github.kyuubiran:EzXHelper:1.0.3")
implementation("org.luckypray:DexKit:1.1.0")
}

Expand Down

0 comments on commit e1d22ee

Please sign in to comment.