mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
fix: wrong dex path
This commit is contained in:
parent
0a4fd8427c
commit
170fbbb99e
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
"path": "build/libs/*.jar"
|
||||
},
|
||||
{
|
||||
"path": "bin/*.dex"
|
||||
"path": "build/libs/*.dex"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue