mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-09 05:47:23 +01:00
chore: upgrade Kotlin & add test library
This commit is contained in:
parent
b45d175c6f
commit
80276c7e5b
@ -1,5 +1,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm") version "1.6.10"
|
kotlin("jvm") version "1.6.20"
|
||||||
java
|
java
|
||||||
`maven-publish`
|
`maven-publish`
|
||||||
}
|
}
|
||||||
@ -23,7 +23,8 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.6.10")
|
implementation(kotlin("stdlib"))
|
||||||
|
testImplementation(kotlin("test"))
|
||||||
|
|
||||||
implementation("app.revanced:revanced-patcher:1.0.0-dev.8")
|
implementation("app.revanced:revanced-patcher:1.0.0-dev.8")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user