Skip to content

Commit 01ea6d6

Browse files
Hopefully fix #36
This should hopefully fix #36. By the way, where is `rootProject.ext.compileSdkVersion` defined? @tranleduy2000
1 parent 2fa1ece commit 01ea6d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

aapt/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,7 @@ android {
2828
}
2929

3030
dependencies {
31-
31+
compile 'com.android.support:appcompat-v7:21.0.3'
32+
compile 'com.android.support:support-annotations:21.0.3'
33+
compile 'com.android.support:recyclerview-v7:21.0.3'
3234
}

0 commit comments

Comments
 (0)