Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
fix: missing implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Jun 13, 2022
1 parent 70258e2 commit 48102c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ repositories {
}

dependencies {
kotlin("stdlib")
kotlin("reflect")
implementation(kotlin("stdlib"))
implementation(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")
Expand Down

0 comments on commit 48102c6

Please sign in to comment.