File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ dependencies {
123
123
exclude group : ' stax' , module : ' stax-api'
124
124
exclude group : ' stax' , module : ' stax'
125
125
}
126
- compile " com.splunk.mint:mint:4.4.0"
126
+ compile ' com.splunk.mint:mint:4.4.0'
127
127
compile(' org.simpleframework:simple-xml:2.7.1' ) {
128
128
exclude group : ' stax' , module : ' stax-api'
129
129
exclude group : ' xpp3' , module : ' xpp3'
@@ -135,11 +135,12 @@ dependencies {
135
135
compile ' com.android.support:design:23.1.1'
136
136
compile ' com.android.support:mediarouter-v7:23.1.1'
137
137
compile ' com.sothree.slidinguppanel:library:3.2.1'
138
- compile project(' :CastCompanionLibrary-android' )
139
138
compile ' com.jakewharton:disklrucache:2.0.2'
140
139
compile files(' libs/commons-io-2.4.jar' )
141
140
compile project(' :shared' )
142
141
compile files(' libs/org.apache.http.legacy.jar' )
143
142
compile ' de.hdodenhof:circleimageview:2.0.0'
144
143
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'
145
146
}
Original file line number Diff line number Diff line change 1
1
include ' :wear' , ' :shared'
2
- include ' :mobile' , ' :CastCompanionLibrary-android '
2
+ include ' :mobile'
You can’t perform that action at this time.
0 commit comments