I'm an android developer trying to get this working for several of my android projects.
The standard for android projects is to use the gradlew , which supports downloading custom gradle version from gradle-wrapper.properties
Since CodeOnTheGo doesn't support this, I always get the following error:
Minimum supported Gradle version is 9.5.0. Current version is 8.14.3.
Does anyone really have this app working? Because a gradle wrapper has been the standard for many years now.
I'm an android developer trying to get this working for several of my android projects.
The standard for android projects is to use the gradlew , which supports downloading custom gradle version from
gradle-wrapper.propertiesSince CodeOnTheGo doesn't support this, I always get the following error:
Minimum supported Gradle version is 9.5.0. Current version is 8.14.3.Does anyone really have this app working? Because a gradle wrapper has been the standard for many years now.