Skip to content

Commit

Permalink
chore: use Kotlin plugin for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas authored Jun 13, 2022
1 parent 836892d commit 70258e2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,13 @@ repositories {
}

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.7.0")
kotlin("stdlib")
kotlin("reflect")
implementation("app.revanced:revanced-patcher:1.1.0")

implementation("info.picocli:picocli:4.6.3")
implementation("com.android.tools.build:apksig:7.2.1")
implementation("com.github.revanced:jadb:master-SNAPSHOT") // updated fork
implementation("org.bouncycastle:bcpkix-jdk15on:1.70")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.0")
}

tasks {
Expand All @@ -50,4 +49,4 @@ tasks {
attributes("Implementation-Version" to project.version)
}
}
}
}

0 comments on commit 70258e2

Please sign in to comment.