[Android] Update to ConstraintLayout 1.1 beta1
Geoffrey Métais
git at videolan.org
Thu Jun 8 14:12:57 CEST 2017
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Jun 8 13:32:48 2017 +0200| [5aaf07d9a09866c4877d7d5c249097d0d436cf91] | committer: Geoffrey Métais
Update to ConstraintLayout 1.1 beta1
> https://code.videolan.org/videolan/vlc-android/commit/5aaf07d9a09866c4877d7d5c249097d0d436cf91
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 5297a2a6c..85af5a6f6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -21,7 +21,7 @@ allprojects {
ext {
appCompatVersion = '25.2.0'
- constraintLayoutVersion = '1.0.2'
+ constraintLayoutVersion = '1.1.0-beta1'
buildToolsVersion = "25.0.3"
compileSdkVersion = 25
minSdkVersion = 9
More information about the Android
mailing list