[Android] Upgrade ConstraintLayout to 1.0.2

Geoffrey Métais git at videolan.org
Wed Mar 8 10:34:19 CET 2017


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Mar  8 09:44:18 2017 +0100| [08995f66da548e898460a1f09ad4a9ae5960c431] | committer: Geoffrey Métais

Upgrade ConstraintLayout to 1.0.2

> https://code.videolan.org/videolan/vlc-android/commit/08995f66da548e898460a1f09ad4a9ae5960c431
---

 vlc-android/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
index 4af3040..f4bbca6 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -210,7 +210,7 @@ dependencies {
     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.1'
+    compile 'com.android.support.constraint:constraint-layout:1.0.2'
     testCompile 'junit:junit:4.12'
 }
 



More information about the Android mailing list