[Android] Upgrade ConstraintLayout

Geoffrey Métais git at videolan.org
Fri Apr 13 10:14:52 CEST 2018


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Apr 13 10:14:09 2018 +0200| [3e06e5804eff11251471ce1b6ed2a073d356d80e] | committer: Geoffrey Métais

Upgrade ConstraintLayout

> https://code.videolan.org/videolan/vlc-android/commit/3e06e5804eff11251471ce1b6ed2a073d356d80e
---

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

diff --git a/build.gradle b/build.gradle
index 72d27acdd..c75ad4f25 100644
--- a/build.gradle
+++ b/build.gradle
@@ -25,7 +25,7 @@ allprojects {
 
 ext {
     appCompatVersion = '27.1.1'
-    constraintLayoutVersion = '1.1.0-beta6'
+    constraintLayoutVersion = '1.1.0'
     archVersion = '1.1.1'
     compileSdkVersion = 26
     minSdkVersion = 14



More information about the Android mailing list