1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-19 23:29:08 -05:00

Update dependencies (#43)

This commit is contained in:
Rafał Borcz 2018-01-02 22:36:54 +01:00 committed by Mikołaj Pich
parent 7e6a73d1f3
commit 5649986a20
3 changed files with 5 additions and 5 deletions

View File

@ -29,10 +29,10 @@ jacocoTestReport {
dependencies {
implementation 'org.jsoup:jsoup:1.10.3'
implementation 'org.apache.commons:commons-lang3:3.6'
implementation 'org.apache.commons:commons-lang3:3.7'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.11.0'
testImplementation 'org.mockito:mockito-core:2.13.0'
}
version = PUBLISH_VERSION

View File

@ -56,7 +56,7 @@ dependencies {
implementation 'com.android.support:customtabs:27.0.2'
implementation 'com.firebase:firebase-jobdispatcher:0.8.5'
implementation 'com.thoughtbot:expandablerecyclerview:1.3'
implementation 'org.apache.commons:commons-lang3:3.6'
implementation 'org.apache.commons:commons-lang3:3.7'
implementation 'eu.davidea:flexible-adapter:5.0.0-rc3'
implementation 'org.apache.commons:commons-collections4:4.1'
implementation 'org.greenrobot:greendao:3.2.2'
@ -73,10 +73,10 @@ dependencies {
debugImplementation 'net.zetetic:android-database-sqlcipher:3.5.9'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.11.0'
testImplementation 'org.mockito:mockito-core:2.13.0'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'org.mockito:mockito-android:2.11.0'
androidTestImplementation 'org.mockito:mockito-android:2.13.0'
}
static def getCurrentGitBranch() {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB