Unify our Base64 utilities.

This commit is contained in:
Greyson Parrelli
2023-10-13 09:36:29 -07:00
committed by Cody Henthorne
parent e636e38ba1
commit 4fe6d79fff
122 changed files with 549 additions and 542 deletions

View File

@@ -51,6 +51,8 @@ android {
dependencies {
lintChecks(project(":lintchecks"))
implementation(project(":core-util"))
// Base dependencies
androidTestImplementation(testLibs.junit.junit)
androidTestImplementation(benchmarkLibs.androidx.test.ext.junit)