[Android] Upgrade ConstraintLayout to v1.1.2
Geoffrey Métais
git at videolan.org
Wed Jun 13 10:56:28 CEST 2018
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Jun 13 10:56:00 2018 +0200| [81d32a7bddf7bc45e5f48cb97112a1a2c017071c] | committer: Geoffrey Métais
Upgrade ConstraintLayout to v1.1.2
> https://code.videolan.org/videolan/vlc-android/commit/81d32a7bddf7bc45e5f48cb97112a1a2c017071c
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 8a03a4105..a30bbbd9f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -25,7 +25,7 @@ allprojects {
ext {
appCompatVersion = '27.1.1'
- constraintLayoutVersion = '1.1.1'
+ constraintLayoutVersion = '1.1.2'
archVersion = '1.1.1'
compileSdkVersion = 26
minSdkVersion = 14
More information about the Android
mailing list