[Android] Upgrade AppCompat to v25.1.1
Geoffrey Métais
git at videolan.org
Tue Jan 31 16:30:09 CET 2017
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Jan 31 16:22:37 2017 +0100| [12b00509b5e3bca9ce9bcc494a7106cac3002ecc] | committer: Geoffrey Métais
Upgrade AppCompat to v25.1.1
> https://code.videolan.org/videolan/vlc-android/commit/12b00509b5e3bca9ce9bcc494a7106cac3002ecc
---
api/build.gradle | 2 +-
libvlc/build.gradle | 2 +-
medialibrary/build.gradle | 6 +++---
vlc-android/build.gradle | 16 ++++++++--------
4 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/api/build.gradle b/api/build.gradle
index 3a9bf93..d1209b7 100644
--- a/api/build.gradle
+++ b/api/build.gradle
@@ -41,6 +41,6 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
- compile 'com.android.support:appcompat-v7:25.1.0'
+ compile 'com.android.support:appcompat-v7:25.1.1'
testCompile 'junit:junit:4.12'
}
diff --git a/libvlc/build.gradle b/libvlc/build.gradle
index ed37e55..486d202 100644
--- a/libvlc/build.gradle
+++ b/libvlc/build.gradle
@@ -94,5 +94,5 @@ task buildDebugMIPS64(type:BuildNative) {
args('-a', "mips64")
}
dependencies {
- compile 'com.android.support:support-annotations:25.1.0'
+ compile 'com.android.support:support-annotations:25.1.1'
}
diff --git a/medialibrary/build.gradle b/medialibrary/build.gradle
index 8731809..df74b89 100644
--- a/medialibrary/build.gradle
+++ b/medialibrary/build.gradle
@@ -54,7 +54,7 @@ android {
dependencies {
compile project(':libvlc')
- compile 'com.android.support:support-v4:25.1.0'
- compile 'com.android.support:support-compat:25.1.0'
- compile 'com.android.support:support-fragment:25.1.0'
+ compile 'com.android.support:support-v4:25.1.1'
+ compile 'com.android.support:support-compat:25.1.1'
+ compile 'com.android.support:support-fragment:25.1.1'
}
\ No newline at end of file
diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
index fa12d1c..4dac246 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -198,14 +198,14 @@ dependencies {
compile project(':medialibrary')
compile project(':api')
compile project(':axmlrpc')
- 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'
+ compile 'com.android.support:appcompat-v7:25.1.1'
+ compile 'com.android.support:cardview-v7:25.1.1'
+ compile 'com.android.support:recyclerview-v7:25.1.1'
+ compile 'com.android.support:design:25.1.1'
+ compile 'com.android.support:support-annotations:25.1.1'
+ compile 'com.android.support:preference-v7:25.1.1'
+ compile 'com.android.support:leanback-v17:25.1.1'
+ compile 'com.android.support:preference-leanback-v17:25.1.1'
compile 'com.android.support.constraint:constraint-layout:1.0.0-beta4'
testCompile 'junit:junit:4.12'
}
More information about the Android
mailing list