Add jitpack

This commit is contained in:
oupson 2018-10-24 13:21:27 +02:00
parent 13a6a7266e
commit 58ba64ee8a
3 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,8 @@ ext.anko_version = '0.10.7'
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
//noinspection GradleCompatible
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
@ -44,6 +46,7 @@ dependencies {
implementation 'com.squareup.picasso:picasso:2.71828'
implementation project(":apng_library")
// implementation fileTree(include: ['*.aar'], dir: 'libs')
//implementation 'com.github.oupson:Kapng-Android:1.0.0'
}
kotlin {
experimental {

View File

@ -19,6 +19,7 @@ allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
}