Skip to content

Commit

Permalink
Fix map import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed May 15, 2022
1 parent c3219c6 commit 33b9c93
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 @@ -86,7 +86,7 @@ dependencies {
implementation("com.github.kylecorry31:sol:5.8.0")

// Andromeda
val andromedaVersion = "3.0.1"
val andromedaVersion = "3.0.2"
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 33b9c93

Please sign in to comment.