Bug 1954548 - Clean up plugins/dependencies using version catalog r=android-reviewers,RyanVM,jonalmeida

Simple changes in this one, just to unblock some other patches, will clean up in more detail in followup patches

Differential Revision: https://phabricator.services.mozilla.com/D239802
This commit is contained in:
adhingra
2025-03-26 14:01:35 +00:00
parent 176e052cbc
commit 31ae3ed36c
13 changed files with 25 additions and 43 deletions

View File

@@ -21,7 +21,7 @@ buildscript {
}
plugins {
id "com.jetbrains.python.envs" version "$python_envs_plugin"
alias(libs.plugins.python.envs.plugin)
}
apply plugin: 'com.android.library'