Switches Robohash to Precompiled SVGs in order to reduce the memory burned of creating Strings with SVGs on the fly.

This commit is contained in:
Vitor Pamplona
2024-03-08 18:41:07 -05:00
parent e6da340879
commit 632bd77db3
59 changed files with 7910 additions and 177 deletions
+2
View File
@@ -56,6 +56,8 @@ dependencies {
androidTestImplementation project(path: ':quartz')
androidTestImplementation project(path: ':commons')
androidTestImplementation libs.androidx.compose.foundation
// Add your dependencies here. Note that you cannot benchmark code
// in an app module this way - you will need to move any code you
// want to benchmark to a library module: