From 3355e113cd2569f3004a2cc52936424ae91e2a7c Mon Sep 17 00:00:00 2001 From: houxg Date: Tue, 2 Aug 2016 13:33:18 +0800 Subject: [PATCH] remove constraint layout to fix the build problem --- app/build.gradle | 1 - app/src/main/res/layout/activity_main.xml | 10 +++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4afa6a8..6396655 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,7 +25,6 @@ dependencies { exclude group: 'com.android.support', module: 'support-annotations' }) compile 'com.android.support:appcompat-v7:24.1.1' - compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha4' testCompile 'junit:junit:4.12' compile project(':flexlayout') } diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index e8f4dec..a446b54 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -1,5 +1,5 @@ - + android:text="Hello World!" /> - +