I\'m trying to build my first project with Gradle and I think my gradle files and settings are correct.
I\'m using only one module and Support V4 + AppCompatBar libr
write following statement in your app's build.gradle file.
com.android.support:appcompat-v7:18.0.+
That's it