Skip to content

Commit

Permalink
Hopefully fix tranleduy2000#36
Browse files Browse the repository at this point in the history
This should hopefully fix tranleduy2000#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'
}

2 comments on commit 01ea6d6

@tranleduy2000
Copy link

Choose a reason for hiding this comment

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

Hello, the aapt is not a module, it is a directory. You can find rootProject.ext.compileSdkVersion at build.gradle of root project

@touficbatache
Copy link
Owner Author

Choose a reason for hiding this comment

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

Hmm, in my project, there is no build.gradle

Please sign in to comment.