davebren / ResourceNestingExample

This is a demo app for android that shows how to create nested resource directories using the gradle build system.
251 stars 38 forks source link

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

Closed kamilwlf closed 9 years ago

kamilwlf commented 9 years ago

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.

davebren commented 9 years ago

Pull requests are welcome!

davebren commented 9 years ago

I've created issue https://github.com/eskimoapps/ResourceNestingExample/issues/4 for updating the project to a newer version of gradle/AS.