From d055d54b56c964dc5ea922ddd67b20be25649426 Mon Sep 17 00:00:00 2001 From: Seokhee Lee Date: Fri, 28 Aug 2020 16:30:52 +0900 Subject: [PATCH] Update build.gradle Update build.gradle --- build.gradle | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/build.gradle b/build.gradle index a01c9a77..0472a35e 100644 --- a/build.gradle +++ b/build.gradle @@ -4,8 +4,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.1.4' - //classpath 'org.robolectric:robolectric-gradle-plugin:0.14.+' + classpath 'com.android.tools.build:gradle:4.0.1' } } @@ -15,8 +14,7 @@ allprojects { } } -apply plugin: 'android-library' -//apply plugin: 'robolectric' +apply plugin: 'com.android.library' android { compileSdkVersion 21 @@ -57,16 +55,11 @@ android { } } -//robolectric { -// include '**/*Test.class' -//} - dependencies { implementation files('libs/Java-WebSocket-1.3.7.jar') - //implementation project(':Java-WebSocket') implementation files('libs/javax.jmdns_3.4.1-patch2.jar') - implementation 'com.android.support:support-v4:21.0.0' - implementation 'com.android.support:mediarouter-v7:21.0.0' - implementation 'com.android.support:appcompat-v7:21.0.0' - implementation 'com.google.android.gms:play-services-cast:7.8.0' + implementation 'com.android.support:support-v4:21.0.3' + implementation 'com.android.support:mediarouter-v7:21.0.3' + implementation 'com.android.support:appcompat-v7:21.0.3' + implementation 'com.google.android.gms:play-services-cast:19.0.0' }