Remove inorichi bintray maven repo

This commit is contained in:
arkon 2020-04-24 22:45:35 -04:00 committed by arkon
parent 238bf78aad
commit 93fe4ff6a6
1 changed files with 2 additions and 3 deletions

View File

@ -13,10 +13,9 @@ buildscript {
allprojects {
repositories {
jcenter()
google()
maven { url 'https://dl.bintray.com/inorichi/tachiyomi' }
maven { url "https://jitpack.io" }
maven { url 'https://jitpack.io' }
jcenter()
}
}