mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-06 01:55:53 +01:00
build: filter jitpack to only com.github.ibotpeaches.* (#2953)
This commit is contained in:
parent
67a936f1c7
commit
c7733c3773
@ -85,7 +85,12 @@ allprojects {
|
||||
|
||||
// Obtain baksmali/smali from source builds - https://github.com/iBotPeaches/smali
|
||||
// Remove when official smali releases come out again.
|
||||
maven { url 'https://jitpack.io' }
|
||||
maven {
|
||||
url 'https://jitpack.io'
|
||||
content {
|
||||
includeGroup('com.github.iBotPeaches.smali')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user