Merge pull request #2 from yoksnod/marker-interface-improvements

Added jitpack integration
This commit is contained in:
yoksnod 2020-02-12 14:54:18 +03:00 committed by GitHub
commit a6c3808fd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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'