Skip to content

Commit 259a07e

Browse files
author
Chris Bellew
committed
Use ccl via gradle.
1 parent a373567 commit 259a07e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

mobile/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ dependencies {
123123
exclude group: 'stax', module: 'stax-api'
124124
exclude group: 'stax', module: 'stax'
125125
}
126-
compile "com.splunk.mint:mint:4.4.0"
126+
compile 'com.splunk.mint:mint:4.4.0'
127127
compile('org.simpleframework:simple-xml:2.7.1') {
128128
exclude group: 'stax', module: 'stax-api'
129129
exclude group: 'xpp3', module: 'xpp3'
@@ -135,11 +135,12 @@ dependencies {
135135
compile 'com.android.support:design:23.1.1'
136136
compile 'com.android.support:mediarouter-v7:23.1.1'
137137
compile 'com.sothree.slidinguppanel:library:3.2.1'
138-
compile project(':CastCompanionLibrary-android')
139138
compile 'com.jakewharton:disklrucache:2.0.2'
140139
compile files('libs/commons-io-2.4.jar')
141140
compile project(':shared')
142141
compile files('libs/org.apache.http.legacy.jar')
143142
compile 'de.hdodenhof:circleimageview:2.0.0'
144143
compile 'org.honorato.multistatetogglebutton:multistatetogglebutton:0.2.0'
144+
compile 'com.jakewharton:butterknife:7.0.1'
145+
compile 'com.google.android.libraries.cast.companionlibrary:ccl:2.8.2'
145146
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include ':wear', ':shared'
2-
include ':mobile', ':CastCompanionLibrary-android'
2+
include ':mobile'

0 commit comments

Comments
 (0)