Add the Protobuf gradle plugin to FenixDependencies.kt
Categories
(Firefox for Android :: General, task)
Tracking
()
People
(Reporter: RyanVM, Assigned: RyanVM)
Details
Attachments
(1 file)
The plugin is used by fenix/app/build.gradle with the version specified directly in that file. It's a bit tricky to move to FenixDependencies.kt because plugins {} doesn't support using variables directly, but it can be worked around by setting an intermediary variable in the ext {} block and using that instead.
While we're here, let's update to the latest 0.9.3 release too.
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
Authored by https://github.com/rvandermeulen
https://github.com/mozilla-mobile/firefox-android/commit/8c66f6871ea8ea36a19e8fc88490e2c7d7b62326
[main] Bug 1833926 - Add the Protobuf gradle plugin to FenixDependencies.kt
Authored by https://github.com/rvandermeulen
https://github.com/mozilla-mobile/firefox-android/commit/0e0e2121a8eda41ce25dde89e3545519deb64aaa
[main] Bug 1833926 - Update Protobuf gradle plugin to version 0.9.3
| Assignee | ||
Updated•2 years ago
|
Description
•