[Android] Upgrade ConstraintLayout to v1.1.2

Geoffrey Métais git at videolan.org
Thu Jun 28 16:57:06 CEST 2018


vlc-android | branch: 3.0.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Jun 28 16:56:33 2018 +0200| [7d5740e9a97a156989696eaadfd69e3907fa602a] | committer: Geoffrey Métais

Upgrade ConstraintLayout to v1.1.2

> https://code.videolan.org/videolan/vlc-android/commit/7d5740e9a97a156989696eaadfd69e3907fa602a
---

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

diff --git a/build.gradle b/build.gradle
index 33a166d18..ebe2c6c85 100644
--- a/build.gradle
+++ b/build.gradle
@@ -25,7 +25,7 @@ allprojects {
 
 ext {
     appCompatVersion = '25.2.0'
-    constraintLayoutVersion = '1.1.0'
+    constraintLayoutVersion = '1.1.2'
     buildToolsVersion = "27.0.2"
     compileSdkVersion = 26
     minSdkVersion = 9



More information about the Android mailing list