I upgraded the Android Studio to AS 0.6 then imported the project developed in AS 0.3
I am getting errors like:
Build script error,unsupported Gradle DSL
Actually it stated in the error message. So just add
apply plugin: 'com.android.application'
between dependencies section and android section
dependencies
android