nhhockeyplayer commented on issue #209: ionic cordova platform add - fails to update build.gradle with proper android gradle plugin URL: https://github.com/apache/cordova/issues/209#issuecomment-611442481 ok correction here I just performed ionic repair ionic cordova prepare android --no-build meanstack@meanstacks-MacBook-Pro myapp % cat platforms/android/build.gradle | grep 3. classpath 'com.android.tools.build:gradle:3.3.0' defaultBuildToolsVersion="28.0.3" //String meanstack@meanstacks-MacBook-Pro myapp % it was the prepare command that reset the gradle version back to malevolent version 3.3.0 can someone provide some assist on this its stopping builds everywhere and the issues are persistent year after year this is what my cache looks like meanstack@meanstacks-MacBook-Pro myapp % ls .gradle .idea ~/.gradle ls: .idea: No such file or directory .gradle: 5.6.4 buildOutputCleanup /Users/meanstack/.gradle: caches daemon native notifications wrapper meanstack@meanstacks-MacBook-Pro myapp % ls .gradle .idea ~/.gradle/caches ls: .idea: No such file or directory .gradle: 5.6.4 buildOutputCleanup /Users/meanstack/.gradle/caches: 5.6.4 jars-3 journal-1 modules-2 transforms-2
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
