build: include bleeding edge smali from source via jitpack (#2941)

* build: include smali from source

* refactor: adjust build.gradle for repositories
This commit is contained in:
Connor Tumbleson
2022-11-24 06:15:41 -05:00
committed by GitHub
parent 35ce8fc061
commit 67a936f1c7
6 changed files with 33 additions and 37 deletions

View File

@ -15,7 +15,6 @@
*/
dependencies {
implementation project(':brut.j.common'),
depends.commons_io
testImplementation depends.junit
implementation project(':brut.j.common')
implementation depends.commons_io
}