Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
Update build.gradle
  • Loading branch information
seokhee-lee committed Aug 28, 2020
1 parent 9e2ff85 commit d055d54
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand All @@ -15,8 +14,7 @@ allprojects {
}
}

apply plugin: 'android-library'
//apply plugin: 'robolectric'
apply plugin: 'com.android.library'

android {
compileSdkVersion 21
Expand Down Expand Up @@ -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'
}

0 comments on commit d055d54

Please sign in to comment.