Skip to content

Commit

Permalink
Update andromeda to fix iqsservice bug
Browse files Browse the repository at this point in the history
Closes #1628
  • Loading branch information
kylecorry31 committed Sep 11, 2023
1 parent 9771bbf commit 130a837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 130a837

Please sign in to comment.