diff --git a/build.gradle.kts b/build.gradle.kts index 3791488..840a0d0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,8 +1,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { - kotlin("jvm") version "1.8.0" - kotlin("plugin.serialization") version "1.8.0" apply false + kotlin("jvm") version "1.7.21" + kotlin("plugin.serialization") version "1.7.21" apply false id("org.jmailen.kotlinter") version "3.9.0" apply false id("com.github.gmazzo.buildconfig") version "3.0.3" apply false id("com.github.johnrengelman.shadow") version "7.1.2" apply false @@ -77,7 +77,8 @@ configure(projects) { implementation("io.github.config4k:config4k:0.4.2") // dex2jar - val dex2jarVersion = "v76" + // Stuck at v64 because of https://github.com/ThexXTURBOXx/dex2jar/issues/27 + val dex2jarVersion = "v64" implementation("com.github.ThexXTURBOXx.dex2jar:dex-translator:$dex2jarVersion") implementation("com.github.ThexXTURBOXx.dex2jar:dex-tools:$dex2jarVersion") diff --git a/inspector/build.gradle.kts b/inspector/build.gradle.kts index e05a628..6825678 100644 --- a/inspector/build.gradle.kts +++ b/inspector/build.gradle.kts @@ -50,7 +50,7 @@ sourceSets { } // should be bumped with each stable release -val inspectorVersion = "v1.4.4" +val inspectorVersion = "v1.4.5" // counts commit count on master val inspectorRevision = runCatching {