chore: update dependencies
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
dd1981a086
commit
bb356cb71c
1 changed files with 2 additions and 3 deletions
|
|
@ -23,11 +23,10 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(kotlin("stdlib"))
|
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.6.21")
|
||||||
testImplementation(kotlin("test"))
|
|
||||||
|
|
||||||
implementation("app.revanced:revanced-patcher:1.+")
|
implementation("app.revanced:revanced-patcher:1.+")
|
||||||
implementation(kotlin("reflect"))
|
implementation("org.jetbrains.kotlin:kotlin-reflect:1.6.21")
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue