Skip to content

Commit

Permalink
Hopefully fix #36
Browse files Browse the repository at this point in the history
This should hopefully fix #36. By the way, where is `rootProject.ext.compileSdkVersion` defined? @tranleduy2000
  • Loading branch information
touficbatache authored Dec 23, 2017
1 parent 2fa1ece commit 01ea6d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aapt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

1 comment on commit 01ea6d6

@TheReyzer
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How can I add Build Gradle? I do not know how to add to my project

Please sign in to comment.