Skip to content
Snippets Groups Projects
Commit 3ad9b749 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Upgrade AppCompat to 24.2.0

parent 0e18d073
No related branches found
No related tags found
No related merge requests found
......@@ -224,15 +224,15 @@ dependencies {
compile project(':libvlc')
compile project(':api')
compile project(':axmlrpc')
compile 'com.android.support:appcompat-v7:24.1.1'
compile 'com.android.support:cardview-v7:24.1.1'
compile 'com.android.support:recyclerview-v7:24.1.1'
compile 'com.android.support:design:24.1.1'
compile 'com.android.support:support-annotations:24.1.1'
compile 'com.android.support:preference-v7:24.1.1'
compile 'com.android.support:percent:24.1.1'
compile 'com.android.support:leanback-v17:24.1.1'
compile 'com.android.support:preference-leanback-v17:24.1.1'
compile 'com.android.support:appcompat-v7:24.2.0'
compile 'com.android.support:cardview-v7:24.2.0'
compile 'com.android.support:recyclerview-v7:24.2.0'
compile 'com.android.support:design:24.2.0'
compile 'com.android.support:support-annotations:24.2.0'
compile 'com.android.support:preference-v7:24.2.0'
compile 'com.android.support:percent:24.2.0'
compile 'com.android.support:leanback-v17:24.2.0'
compile 'com.android.support:preference-leanback-v17:24.2.0'
testCompile 'junit:junit:4.12'
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment