[Android] Upgrade ConstraintLayout
Geoffrey Métais
git at videolan.org
Fri Oct 27 16:02:42 CEST 2017
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Oct 27 15:59:25 2017 +0200| [6b2aee44c43d46874877d3d67ce0e1fd0ead72e0] | committer: Geoffrey Métais
Upgrade ConstraintLayout
> https://code.videolan.org/videolan/vlc-android/commit/6b2aee44c43d46874877d3d67ce0e1fd0ead72e0
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 12705c9d0..dfb7a83df 100644
--- a/build.gradle
+++ b/build.gradle
@@ -23,7 +23,7 @@ allprojects {
ext {
appCompatVersion = '25.2.0'
- constraintLayoutVersion = '1.1.0-beta1'
+ constraintLayoutVersion = '1.1.0-beta3'
buildToolsVersion = "26.0.1"
compileSdkVersion = 26
minSdkVersion = 9
More information about the Android
mailing list