From 900dd79458344cd3b695759d6a7693811c8c0baf Mon Sep 17 00:00:00 2001 From: Blatzar <46196380+Blatzar@users.noreply.github.com> Date: Sat, 6 Aug 2022 00:48:04 +0200 Subject: [PATCH] updated gradle and kotlin in hopes of stuff working better --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 588e1aa..8597147 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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")