Opened 3 years ago
Closed 3 years ago
#4997 closed change (fixed)
Use the latest gradle/-wrapper for Android Studio 2.3
Reported by: | asmirnov | Assignee: | |
---|---|---|---|
Priority: | P3 | Milestone: | |
Module: | Libadblockplus-Android | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Platform: | Android | |
Ready: | yes | Confidential: | no |
Tester: | Unknown | Verified working: | no |
Review URL(s): |
Description (last modified by asmirnov)
Background
Android Studio is the most popular IDE for Android development as it's smart, comfortable and supported and promoted by Google. It has tight integration with Gradle as it's the most popular build tool promoted by Google so it requires Gradle/-wrapper to be updated with new Studio version.
Android Studio 2.3 has lot's of great features that make developers to use it and upgrade Gradle/-wrapper.
One can't use Android Studio 2.3 without updating project gradle plugin.
The requirements for Android Studio 2.3 are described here (https://developer.android.com/studio/releases/gradle-plugin.html):
- gradle plugin 2.3
- gradle 3.3
- build tools 25.0.0
What to change
Update gradle/-wrapper and updatebuild.gradle files and gradle.properties (probably some other files).
Change History (4)
comment:1 Changed 3 years ago by asmirnov
- Description modified (diff)
- Summary changed from Use the latest gradle/-wrapper to Use the latest gradle/-wrapper for Android Studio 2.3
comment:2 Changed 3 years ago by asmirnov
- Review URL(s) modified (diff)
- Status changed from new to reviewing
comment:3 Changed 3 years ago by abpbot
comment:4 Changed 3 years ago by asmirnov
- Resolution set to fixed
- Status changed from reviewing to closed
A commit referencing this issue has landed:
Issue 4997 - Use the latest gradle/-wrapper for Android Studio 2.3