Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Bump dex2jar
Browse files Browse the repository at this point in the history
  • Loading branch information
arkon committed Feb 11, 2023
1 parent b0e09fe commit e301768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ configure(projects) {
implementation("io.github.config4k:config4k:0.4.2")

// dex2jar
val dex2jarVersion = "v35"
val dex2jarVersion = "v59"
implementation("com.github.ThexXTURBOXx.dex2jar:dex-translator:$dex2jarVersion")
implementation("com.github.ThexXTURBOXx.dex2jar:dex-tools:$dex2jarVersion")

Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ sourceSets {
}

// should be bumped with each stable release
val inspectorVersion = "v1.4.1"
val inspectorVersion = "v1.4.2"

// counts commit count on master
val inspectorRevision = runCatching {
Expand Down

0 comments on commit e301768

Please sign in to comment.