|
|
|
@ -180,14 +180,13 @@ dependencies { |
|
|
|
compile project(':medialibrary') |
|
|
|
compile project(':api') |
|
|
|
compile project(':axmlrpc') |
|
|
|
compile 'com.android.support:appcompat-v7:'+rootProject.ext.appCompatVersion |
|
|
|
compile 'com.android.support:recyclerview-v7:'+rootProject.ext.appCompatVersion |
|
|
|
compile 'com.android.support:design:'+rootProject.ext.appCompatVersion |
|
|
|
compile 'com.android.support:support-annotations:'+rootProject.ext.appCompatVersion |
|
|
|
compile 'com.android.support:preference-v7:'+rootProject.ext.appCompatVersion |
|
|
|
compile 'com.android.support:leanback-v17:'+rootProject.ext.appCompatVersion |
|
|
|
compile 'com.android.support:preference-leanback-v17:'+rootProject.ext.appCompatVersion |
|
|
|
compile 'com.android.support.constraint:constraint-layout:'+rootProject.ext.constraintLayoutVersion |
|
|
|
compile "com.android.support:recyclerview-v7:$rootProject.ext.appCompatVersion" |
|
|
|
compile "com.android.support:design:$rootProject.ext.appCompatVersion" |
|
|
|
compile "com.android.support:support-annotations:$rootProject.ext.appCompatVersion" |
|
|
|
compile "com.android.support:preference-v7:$rootProject.ext.appCompatVersion" |
|
|
|
compile "com.android.support:leanback-v17:$rootProject.ext.appCompatVersion" |
|
|
|
compile "com.android.support:preference-leanback-v17:$rootProject.ext.appCompatVersion" |
|
|
|
compile "com.android.support.constraint:constraint-layout:$rootProject.ext.constraintLayoutVersion" |
|
|
|
testCompile 'junit:junit:4.12' |
|
|
|
} |
|
|
|
|
|
|
|
|