Skip to content

Commit e035543

Browse files
authored
Merge pull request #635 from marcprux/master
2 parents b41494a + d2d62bd commit e035543

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
## Master
1515

16+
- Add Android support [@marcprux][] - [#635](https://github.com/danger/swift/pull/635)
17+
1618
## 3.20.2
1719

1820
- Fix install script to work with Swift 6.0 [@f-meloni][] - [#627](https://github.com/danger/swift/pull/628)

Sources/Danger/Danger.swift

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import Foundation
22

3-
#if os(Linux)
3+
#if canImport(Glibc)
44
import Glibc
5+
#elseif canImport(Android)
6+
import Android
57
#else
68
import Darwin.C
79
#endif

0 commit comments

Comments
 (0)