Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support gradle 4.9+ #596

Closed
theunreal opened this issue Dec 2, 2018 · 1 comment
Closed

Support gradle 4.9+ #596

theunreal opened this issue Dec 2, 2018 · 1 comment
Labels
enhancement info-needed / awaiting response Further information is requested

Comments

@theunreal
Copy link

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?

@janpio janpio added enhancement info-needed / awaiting response Further information is requested labels Dec 2, 2018
@dpogue
Copy link
Member

dpogue commented Dec 3, 2018

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.

@theunreal theunreal mentioned this issue Dec 5, 2018
3 tasks
brodycj pushed a commit to brodycj/cordova-android that referenced this issue Jan 27, 2019
Gradle 4.10.1 or higher is needed for Android Studio 3.3.0 ref:
- https://developer.android.com/studio/releases/gradle-plugin#3-3-0

Resolves apache#634 (Update Gradle classpath for Android Studio 3.3)
Resolves apache#596 (Support gradle 4.9+)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement info-needed / awaiting response Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants