From 01ea6d6ade373f3b9b3063906085cd926fec8174 Mon Sep 17 00:00:00 2001 From: Toufic Batache Date: Sat, 23 Dec 2017 12:08:13 +0200 Subject: [PATCH] Hopefully fix #36 This should hopefully fix #36. By the way, where is `rootProject.ext.compileSdkVersion` defined? @tranleduy2000 --- aapt/build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aapt/build.gradle b/aapt/build.gradle index a426c0cf2..37a6dc9b2 100644 --- a/aapt/build.gradle +++ b/aapt/build.gradle @@ -28,5 +28,7 @@ android { } dependencies { - + compile 'com.android.support:appcompat-v7:21.0.3' + compile 'com.android.support:support-annotations:21.0.3' + compile 'com.android.support:recyclerview-v7:21.0.3' }