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")