Hi,

Android Studio 0.5.8 complains about the gradle configuration stating the 
project is using an unsupported version of the gradle plugin (0.7.3)

### start dump
Error:The project is using an unsupported version of the Android Gradle 
plug-in (0.7.3).

Version 0.9.0 introduced incompatible changes in the build language.
Please read the migration guide to learn how to update your project.
<a href="fixGradleElements">Open migration guide, fix plug-in version and 
re-import project</a>
### end dump

If i change the dependency to

    dependencies {
        classpath 'com.android.tools.build:gradle:0.9.0'
    }

it complains about the wrong gradle version.

Do i have to replace the gradle wrapper with a newer version to fix this, 
or is there another way?

Thanks,

Sebastian

-- 
You received this message because you are subscribed to the Google Groups 
"mobileorg-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mobileorg-android.
For more options, visit https://groups.google.com/d/optout.

Reply via email to