Update dependencies (#95)

This commit is contained in:
Mikołaj Pich
2018-05-03 12:29:10 +02:00
committed by Rafał Borcz
parent 4ef3334bf7
commit 89350e5793
2 changed files with 27 additions and 14 deletions

View File

@ -5,8 +5,8 @@ buildscript {
}
dependencies {
classpath 'org.greenrobot:greendao-gradle-plugin:3.2.2'
classpath 'io.fabric.tools:gradle:1.25.1'
classpath "org.greenrobot:greendao-gradle-plugin:$greenDaoGradle"
classpath "io.fabric.tools:gradle:$fabricGradle"
}
}
@ -66,6 +66,10 @@ greendao {
generateTests = true
}
configurations.all {
resolutionStrategy.force "com.android.support:support-annotations:$supportVersion"
}
dependencies {
implementation project(':api')
implementation "com.android.support:support-v4:$supportVersion"