Add missing repositories

This commit is contained in:
Iaroslav 2020-07-03 20:21:41 +07:00
parent 3d85c22497
commit 2b6bf69503
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7

View File

@ -16,6 +16,7 @@ This subproject implements the following features:
> repositories {
> maven { url 'https://dl.bintray.com/mipt-npm/scientifik' }
> maven { url 'https://dl.bintray.com/mipt-npm/dev' }
> maven { url https://dl.bintray.com/hotkeytlt/maven' }
> }
>
> dependencies {
@ -28,6 +29,7 @@ This subproject implements the following features:
> repositories {
> maven("https://dl.bintray.com/mipt-npm/scientifik")
> maven("https://dl.bintray.com/mipt-npm/dev")
> maven("https://dl.bintray.com/hotkeytlt/maven")
> }
>
> dependencies {