Open
Bug 1510650
Opened 6 years ago
Updated 2 years ago
Lint Warning: Obsolete Gradle Dependency
Categories
(GeckoView :: General, enhancement, P5)
Tracking
(Not tracked)
NEW
People
(Reporter: fluffyemily, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
This detector looks for usages of libraries where the version you are using is not the current stable release. Using older versions is fine, and there are cases where you deliberately want to stick with an older version. However, you may simply not be aware that a more recent version is available, and that is what this lint check helps find.
Affected file:
build.gradle(geckoview)
Updated•6 years ago
|
Updated•6 years ago
|
Product: Firefox for Android → GeckoView
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•