davebren / ResourceNestingExample

This is a demo app for android that shows how to create nested resource directories using the gradle build system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please read the migration guide to learn how to update your project.

kamilwlf opened this issue · comments

The project is using an unsupported version of the Android Gradle plug-in (0.7.3). The recommended version is 1.3.0. Starting with version 0.9.0 incompatible changes were introduced in the build language. Please read the migration guide to learn how to update your project.

Pull requests are welcome!

I've created issue #4 for updating the project to a newer version of gradle/AS.