diff --git a/api/build.gradle b/api/build.gradle index 2a34d47a..b6fd265f 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 26a0aa9f..37309c30 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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() { diff --git a/app/src/main/ic_launcher_round-web.png b/app/src/main/ic_launcher_round-web.png deleted file mode 100644 index b09d5b8e..00000000 Binary files a/app/src/main/ic_launcher_round-web.png and /dev/null differ