chore: update dependencies
This commit is contained in:
@@ -7,7 +7,7 @@ dependencies {
|
||||
|
||||
implementation(project(":jadx-plugins:jadx-dex-input"))
|
||||
implementation("com.jakewharton.android.repackaged:dalvik-dx:11.0.0_r3")
|
||||
implementation("com.android.tools:r8:8.1.72")
|
||||
implementation("com.android.tools:r8:8.2.33")
|
||||
|
||||
implementation("org.ow2.asm:asm:9.6")
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ plugins {
|
||||
dependencies {
|
||||
api(project(":jadx-core"))
|
||||
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.7.0")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.8.0")
|
||||
|
||||
testImplementation(project(":jadx-core").dependencyProject.sourceSets.test.get().output)
|
||||
testImplementation("org.apache.commons:commons-lang3:3.14.0")
|
||||
|
||||
+1
-1
@@ -68,5 +68,5 @@ private fun IAnnotation.getParamAsString(paramName: String): String? {
|
||||
}
|
||||
|
||||
fun ClassNode.getKotlinClassMetadata(): KotlinClassMetadata? {
|
||||
return getMetadata()?.let(KotlinClassMetadata::read)
|
||||
return getMetadata()?.let(KotlinClassMetadata::readLenient)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user