Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Old Android Gradle version — Gideros Forum

Old Android Gradle version

saeyssaeys Member
edited July 2016 in General questions
Everytime I do a fresh export and import it to Android studio, I get a dialog that says "The project is using an old version of the Android Gradle plugin". It's recommended to update the gradle to v 2.1.2. There's a gradle wrapper fix and the project must be re-imported.

This doesn't occur when exporting assets-only from Gideros, of course.

The fix seems to change the gradle.build file in the export root from
classpath 'com.android.tools.build:gradle:1.2.3'
to
classpath 'com.android.tools.build:gradle:2.1.2'
I don't know if having an "old" gradle version has any implications to my project, but it's a bit annoying to get that message time and again.

Is there any way to get a "newer" gradle version when doing a fresh export from Gideros?

Comments

Sign In or Register to comment.