You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Gradle 4.9, it is possible to create app Bundle instead of managing and signing an APK.
I use app bundle for my Cordova app and I need to change the gradle version and manifest manually each build in order to build app bundle in Android Studio from my Cordova application.
Is there any plan to support gradle 4.9 (or latest - 5) in the near future?
The text was updated successfully, but these errors were encountered:
We were having a discussion about minimum vs latest gradle versions in #507. This is probably a compelling reason to go for the latest rather than the minimum.
Since Gradle 4.9, it is possible to create app Bundle instead of managing and signing an APK.
I use app bundle for my Cordova app and I need to change the gradle version and manifest manually each build in order to build app bundle in Android Studio from my Cordova application.
Is there any plan to support gradle 4.9 (or latest - 5) in the near future?
The text was updated successfully, but these errors were encountered: