| 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' |
| } |
| } |