[skip ci] refactor: Refactor and simplify common libraries (#2807)

This commit is contained in:
Claudemirovsky
2024-01-21 22:45:23 -03:00
committed by GitHub
parent c976b048e5
commit 0a51fa4555
191 changed files with 763 additions and 1201 deletions

View File

@ -72,7 +72,7 @@ bumpVersion() {
findAndBump() {
for lib in $@; do
for file in $(grep -l -R ":lib-$lib" --include "build.gradle" --include "additional.gradle"); do
for file in $(grep -l -R ":lib:$lib" --include "build.gradle" --include "additional.gradle"); do
# prevent bumping the same extension multiple times
if [[ ! $bumpedFiles =~ ( |^)$file( |$) ]]; then
if [[ $file =~ ^multisrc ]]; then