Skip to content

Commit

Permalink
Merge pull request #922 from MarathonLabs/feature/update-adm
Browse files Browse the repository at this point in the history
chore(deps): update adam to 0.5.6
  • Loading branch information
Malinskiy authored Apr 18, 2024
2 parents eef585f + ef2e2ec commit 59b9e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Versions {
val coroutinesTest = coroutines

val androidCommon = "31.2.2"
val adam = "0.5.5"
val adam = "0.5.6"
val dexTestParser = "2.3.4"
val kotlinLogging = "3.0.5"
val logbackClassic = "1.4.14"
Expand Down
2 changes: 1 addition & 1 deletion sample/android-app/buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object Versions {
val appCompat = "1.6.1"
val constraintLayout = "2.1.4"
val allure = "2.4.0"
val adam = "0.5.5"
val adam = "0.5.6"
}

object BuildPlugins {
Expand Down

0 comments on commit 59b9e32

Please sign in to comment.