Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: adblockplussbrowser/build.gradle

Issue 29728661: Noissue - Update dependencies and tools (Closed)
Patch Set: Update Kotlin version Created March 28, 2018, 12:54 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build.gradle » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblockplussbrowser/build.gradle
===================================================================
--- a/adblockplussbrowser/build.gradle
+++ b/adblockplussbrowser/build.gradle
@@ -1,5 +1,6 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
+apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion rootProject.ext.compileSdkVersion
@@ -79,10 +80,10 @@
dependencies {
testImplementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlinVersion"
testImplementation 'junit:junit:4.12'
- testImplementation 'org.mockito:mockito-core:2.11.0'
- testImplementation 'org.robolectric:robolectric:3.5.1'
+ testImplementation 'org.mockito:mockito-core:2.16.0'
+ testImplementation 'org.robolectric:robolectric:3.8'
implementation "com.android.support:support-v4:$rootProject.ext.androidSupportLibraryVersion"
- implementation (group: 'commons-validator', name: 'commons-validator', version: '+') {
+ implementation (group: 'commons-validator', name: 'commons-validator', version: '1.6') {
exclude group: 'commons-logging', module: 'commons-logging'
}
}
« no previous file with comments | « no previous file | build.gradle » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld