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

Update AppCompat to v25.1.0

parent bbbdd546
No related branches found
No related tags found
No related merge requests found
......@@ -199,14 +199,14 @@ dependencies {
compile project(':medialibrary')
compile project(':api')
compile project(':axmlrpc')
compile 'com.android.support:appcompat-v7:24.2.1'
compile 'com.android.support:cardview-v7:24.2.1'
compile 'com.android.support:recyclerview-v7:24.2.1'
compile 'com.android.support:design:24.2.1'
compile 'com.android.support:support-annotations:24.2.1'
compile 'com.android.support:preference-v7:24.2.1'
compile 'com.android.support:leanback-v17:24.2.1'
compile 'com.android.support:preference-leanback-v17:24.2.1'
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.android.support:cardview-v7:25.1.0'
compile 'com.android.support:recyclerview-v7:25.1.0'
compile 'com.android.support:design:25.1.0'
compile 'com.android.support:support-annotations:25.1.0'
compile 'com.android.support:preference-v7:25.1.0'
compile 'com.android.support:leanback-v17:25.1.0'
compile 'com.android.support:preference-leanback-v17:25.1.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