diff --git a/build.gradle b/build.gradle index d7b24581ae..4d3d6b2d28 100644 --- a/build.gradle +++ b/build.gradle @@ -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') + } + } } }