refactor: Use AboutLibraries

Should unblock GH-124 from being merged, no thanks to Google.
This commit is contained in:
Ahmad Ansori Palembani 2024-07-31 10:01:38 +07:00
parent fa1f780b47
commit 6c93deacca
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
7 changed files with 123 additions and 15 deletions

View file

@ -4,13 +4,6 @@ pluginManagement {
mavenCentral()
google()
}
resolutionStrategy {
eachPlugin {
if (requested.id.id == "com.google.android.gms.oss-licenses-plugin") {
useModule("com.google.android.gms:oss-licenses-plugin:${requested.version}")
}
}
}
}
dependencyResolutionManagement {