[Android] upgrade AppCompat & ConstraintLayout
Geoffrey Métais
git at videolan.org
Thu Feb 23 10:33:28 CET 2017
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Feb 23 10:30:02 2017 +0100| [e2a6f55a49de7f4764c221d1c40294e9dc4ae989] | committer: Geoffrey Métais
upgrade AppCompat & ConstraintLayout
AppCompat version 25.2.0
ConstraintLayout version 1.0.0
> https://code.videolan.org/videolan/vlc-android/commit/e2a6f55a49de7f4764c221d1c40294e9dc4ae989
---
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 fa06937..1656841 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.1.1'
+ compile 'com.android.support:appcompat-v7:25.2.0'
testCompile 'junit:junit:4.12'
}
diff --git a/libvlc/build.gradle b/libvlc/build.gradle
index 19446af..732893c 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.1.1'
+ compile 'com.android.support:support-annotations:25.2.0'
}
diff --git a/medialibrary/build.gradle b/medialibrary/build.gradle
index ce10815..8edd926 100644
--- a/medialibrary/build.gradle
+++ b/medialibrary/build.gradle
@@ -59,7 +59,7 @@ task generateSources (type: Jar) {
dependencies {
compile project(':libvlc')
- 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'
+ 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'
}
\ No newline at end of file
diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
index 63284e7..c7b0d5d 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -203,14 +203,14 @@ dependencies {
compile project(':medialibrary')
compile project(':api')
compile project(':axmlrpc')
- compile 'com.android.support:appcompat-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-beta5'
+ 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.constraint:constraint-layout:1.0.0'
testCompile 'junit:junit:4.12'
}
More information about the Android
mailing list