We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Update Gradle files to use
classpath 'com.android.tools.build:gradle:3.3.0'
instead of
classpath 'com.android.tools.build:gradle:3.2.0'
Android Studio 3.3 would offer to do this automatically.
It would be nice to do this before the next major release for Cordova 9 (apache/cordova#10).
The text was updated successfully, but these errors were encountered:
Android tools 3.3 & Gradle 4.10.3 update
2a77cc4
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+)
a6f30b6
No branches or pull requests
Update Gradle files to use
instead of
Android Studio 3.3 would offer to do this automatically.
It would be nice to do this before the next major release for Cordova 9 (apache/cordova#10).
The text was updated successfully, but these errors were encountered: