Move the Utils class into the utils package

This commit is contained in:
Paul Hawke 2025-07-02 15:41:47 -05:00
parent fb0526f54f
commit a06145bff5
27 changed files with 31 additions and 34 deletions

View file

@ -15,6 +15,7 @@ import fr.free.nrw.commons.databinding.ActivityAboutBinding
import fr.free.nrw.commons.theme.BaseActivity
import fr.free.nrw.commons.utils.ConfigUtils.getVersionNameWithSha
import fr.free.nrw.commons.utils.DialogUtil.showAlertDialog
import fr.free.nrw.commons.utils.Utils
import java.util.Collections
/**