Skip to content

Commit

Permalink
fix the lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
MustafaHaddara committed Oct 30, 2024
1 parent 87337e7 commit df00744
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ data class HoneycombOptions(
resourceAttributes.putIfAbsent(
"honeycomb.distro.version",
BuildConfig.HONEYCOMB_DISTRO_VERSION,
)
)
// Use the display version of Android. This is "unknown" when running tests in the JVM.
resourceAttributes.putIfAbsent(
"honeycomb.distro.runtime_version",
Expand Down

0 comments on commit df00744

Please sign in to comment.