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
and thats what I don't like about Android Studio and gradle, everyone who will not have the same version, will get those warnings
Likes: saeys
https://deluxepixel.com