mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-12-26 16:51:50 +01:00
Bump dex2jar
This commit is contained in:
parent
b0e09fe721
commit
e301768a5d
@ -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")
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user