mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-12-04 17:32:53 +01:00
fix: missing implementation
This commit is contained in:
parent
70258e251c
commit
48102c6607
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user