chore: update dependencies
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user