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

Update AppCompat to v25.3.0

parent e59817eb
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,6 @@ task generateSources (type: Jar) {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:25.2.0'
compile 'com.android.support:appcompat-v7:25.3.0'
testCompile 'junit:junit:4.12'
}
......@@ -100,5 +100,5 @@ task generateSources (type: Jar) {
}
dependencies {
compile 'com.android.support:support-annotations:25.2.0'
compile 'com.android.support:support-annotations:25.3.0'
}
......@@ -63,7 +63,7 @@ clean {
dependencies {
compile project(':libvlc')
compile 'com.android.support:support-v4:25.2.0'
compile 'com.android.support:support-compat:25.2.0'
compile 'com.android.support:support-fragment:25.2.0'
compile 'com.android.support:support-v4:25.3.0'
compile 'com.android.support:support-compat:25.3.0'
compile 'com.android.support:support-fragment:25.3.0'
}
\ No newline at end of file
......@@ -206,13 +206,13 @@ dependencies {
compile project(':medialibrary')
compile project(':api')
compile project(':axmlrpc')
compile 'com.android.support:appcompat-v7:25.2.0'
compile 'com.android.support:recyclerview-v7:25.2.0'
compile 'com.android.support:design:25.2.0'
compile 'com.android.support:support-annotations:25.2.0'
compile 'com.android.support:preference-v7:25.2.0'
compile 'com.android.support:leanback-v17:25.2.0'
compile 'com.android.support:preference-leanback-v17:25.2.0'
compile 'com.android.support:appcompat-v7:25.3.0'
compile 'com.android.support:recyclerview-v7:25.3.0'
compile 'com.android.support:design:25.3.0'
compile 'com.android.support:support-annotations:25.3.0'
compile 'com.android.support:preference-v7:25.3.0'
compile 'com.android.support:leanback-v17:25.3.0'
compile 'com.android.support:preference-leanback-v17:25.3.0'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
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