Added jitpack integration

This commit is contained in:
Dmitry Donskoy 2020-02-12 14:53:16 +03:00
parent f3a2ec21c9
commit 941579e10f

View file

@ -2,6 +2,7 @@ buildscript {
repositories {
jcenter()
google()
maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.0'