forked from github/wulkanowy-mirror
Update dependencies (#95)
This commit is contained in:

committed by
Rafał Borcz

parent
4ef3334bf7
commit
89350e5793
@ -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"
|
||||
|
Reference in New Issue
Block a user