From d21f0d8c032e1d841fd8f93292fbacb35f58c58d Mon Sep 17 00:00:00 2001 From: Kyle Corry Date: Tue, 16 Jan 2024 19:06:24 -0500 Subject: [PATCH] Update andromeda --- 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 74fd25c5f..a2e4bdc74 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -133,7 +133,7 @@ dependencies { implementation("com.google.android.flexbox:flexbox:3.0.0") // Andromeda - val andromedaVersion = "360c98bede" + val andromedaVersion = "2bb6e8f261" implementation("com.github.kylecorry31.andromeda:core:$andromedaVersion") implementation("com.github.kylecorry31.andromeda:fragments:$andromedaVersion") implementation("com.github.kylecorry31.andromeda:forms:$andromedaVersion")