mirror of
https://github.com/recloudstream/gradle.git
synced 2024-08-14 23:56:59 +00:00
updated gradle and kotlin in hopes of stuff working better
This commit is contained in:
parent
819b0efaf0
commit
900dd79458
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue