mirror of
https://github.com/skylot/jadx.git
synced 2024-11-26 22:20:50 +00:00
chore: update dependencies
This commit is contained in:
parent
4d87b447a6
commit
4e81bdd76f
@ -9,7 +9,7 @@ dependencies {
|
||||
|
||||
// TODO: move resources decoding to separate plugin module
|
||||
implementation("com.android.tools.build:aapt2-proto:8.1.1-10154469")
|
||||
implementation("com.google.protobuf:protobuf-java:3.24.2") // forcing latest version
|
||||
implementation("com.google.protobuf:protobuf-java:3.24.3") // forcing latest version
|
||||
|
||||
testImplementation("org.apache.commons:commons-lang3:3.13.0")
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
plugins {
|
||||
id("jadx-kotlin")
|
||||
id("application")
|
||||
id("edu.sc.seis.launch4j") version "3.0.4"
|
||||
id("edu.sc.seis.launch4j") version "3.0.5"
|
||||
id("com.github.johnrengelman.shadow") version "8.1.1"
|
||||
id("org.beryx.runtime") version "1.13.0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user