diff --git a/attachment-viewer/build.gradle b/attachment-viewer/build.gradle index 8db57a59af..0ac8ac4a9a 100644 --- a/attachment-viewer/build.gradle +++ b/attachment-viewer/build.gradle @@ -17,20 +17,6 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' -buildscript { - repositories { - maven { - url 'https://jitpack.io' - content { - // PhotoView - includeGroupByRegex 'com\\.github\\.chrisbanes' - } - } - jcenter() - } - -} - android { compileSdkVersion 30