[Android] Update AppCompat to v25.3.0
Geoffrey Métais
git at videolan.org
Wed Mar 15 11:27:38 CET 2017
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Mar 15 09:45:33 2017 +0100| [c5caf9209e5ccfa6cd26c8d8cee0ce15d8f1c292] | committer: Geoffrey Métais
Update AppCompat to v25.3.0
> https://code.videolan.org/videolan/vlc-android/commit/c5caf9209e5ccfa6cd26c8d8cee0ce15d8f1c292
---
api/build.gradle | 2 +-
libvlc/build.gradle | 2 +-
medialibrary/build.gradle | 6 +++---
vlc-android/build.gradle | 14 +++++++-------
4 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/api/build.gradle b/api/build.gradle
index 1656841..010f892 100644
--- a/api/build.gradle
+++ b/api/build.gradle
@@ -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'
}
diff --git a/libvlc/build.gradle b/libvlc/build.gradle
index 732893c..fe0ae0a 100644
--- a/libvlc/build.gradle
+++ b/libvlc/build.gradle
@@ -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'
}
diff --git a/medialibrary/build.gradle b/medialibrary/build.gradle
index 858de2a..9e89b24 100644
--- a/medialibrary/build.gradle
+++ b/medialibrary/build.gradle
@@ -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
diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
index dac4ff9..bcced5f 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -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'
}
More information about the Android
mailing list