Skip to content

Commit

Permalink
Merge pull request #635 from marcprux/master
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meloni authored Jan 6, 2025
2 parents b41494a + d2d62bd commit e035543
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

## Master

- Add Android support [@marcprux][] - [#635](https://github.com/danger/swift/pull/635)

## 3.20.2

- Fix install script to work with Swift 6.0 [@f-meloni][] - [#627](https://github.com/danger/swift/pull/628)
Expand Down
4 changes: 3 additions & 1 deletion Sources/Danger/Danger.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import Foundation

#if os(Linux)
#if canImport(Glibc)
import Glibc
#elseif canImport(Android)
import Android
#else
import Darwin.C
#endif
Expand Down

0 comments on commit e035543

Please sign in to comment.