From 130a83731cb8de82ed12841f00ce7ac62fd24e1e Mon Sep 17 00:00:00 2001 From: Kyle Corry Date: Mon, 11 Sep 2023 19:21:31 -0400 Subject: [PATCH] Update andromeda to fix iqsservice bug Closes #1628 --- 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 75d66ad5b..82bd12b27 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -119,7 +119,7 @@ dependencies { implementation("com.google.android.flexbox:flexbox:3.0.0") // Andromeda - val andromedaVersion = "143295626d" + val andromedaVersion = "59114df466" implementation("com.github.kylecorry31.andromeda:core:$andromedaVersion") implementation("com.github.kylecorry31.andromeda:fragments:$andromedaVersion") implementation("com.github.kylecorry31.andromeda:forms:$andromedaVersion")