[Android] Update ConstraintLayout to v1.1.1
Geoffrey Métais
git at videolan.org
Wed Jun 6 08:58:56 CEST 2018
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Jun 6 08:51:55 2018 +0200| [fd437b78f5b4fa33bb2df0fe208a95e492f1d0ce] | committer: Geoffrey Métais
Update ConstraintLayout to v1.1.1
> https://code.videolan.org/videolan/vlc-android/commit/fd437b78f5b4fa33bb2df0fe208a95e492f1d0ce
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 3c8dbe860..f2b70890d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -25,7 +25,7 @@ allprojects {
ext {
appCompatVersion = '27.1.1'
- constraintLayoutVersion = '1.1.0'
+ constraintLayoutVersion = '1.1.1'
archVersion = '1.1.1'
compileSdkVersion = 26
minSdkVersion = 14
More information about the Android
mailing list