updated gradle and kotlin in hopes of stuff working better

This commit is contained in:
Blatzar 2022-08-06 00:48:04 +02:00
parent 819b0efaf0
commit 900dd79458
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.5.21"
kotlin("jvm") version "1.7.10"
id("java-gradle-plugin")
id("maven-publish")
}
@ -23,7 +23,7 @@ dependencies {
compileOnly("com.google.guava:guava:30.1.1-jre")
compileOnly("com.android.tools:sdk-common:30.0.0")
compileOnly("com.android.tools.build:gradle:7.0.0")
compileOnly("com.android.tools.build:gradle:7.2.2")
implementation("com.github.Aliucord.dex2jar:dex-translator:d5a5efb06c")
implementation("com.github.Aliucord.jadx:jadx-core:1a213e978d")