From e3b8f03e4deaece09b1eb3632dfbf7ef5da11d51 Mon Sep 17 00:00:00 2001 From: Sad Ellie Date: Mon, 26 Dec 2022 19:15:26 +0400 Subject: [PATCH] Bumped Themmo (decreased APK size and fixed colors) --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ff0ebb80..bc086ae3 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -199,7 +199,7 @@ dependencies { implementation("com.squareup.retrofit2:converter-moshi:2.9.0") // Themmo - implementation("com.github.sadellie:themmo:74865c7650") + implementation("com.github.sadellie:themmo:cf6be7e592") // ComposeReorderable implementation("org.burnoutcrew.composereorderable:reorderable:0.9.6")