File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,18 @@ title: Swift Everywhere – Android Build Status
1010<small >
1111This site acts as a supplement to the
1212<a href =" https://swiftpackageindex.com " >Swift Package Index</a >
13- by providing build status for alternative platforms that are not
14- yet supported, such as
15- <a href =" https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/discussions/3461 " >Android </a > and
16- <a href =" https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/discussions/1354 " >Windows </a >.
13+ by providing build status for additional platforms, such as
14+ < a href = " https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/discussions/3461 " >Android</ a >,
15+ <a href =" https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/discussions/1354 " >Windows </a >,
16+ and <a href =" https://www.swift.org/documentation/articles/static-linux-getting-started.html " >Musl </a >.
1717</small >
1818</p >
1919</div >
2020
2121{% assign items = site.data.android %}
2222{% assign stats = site.data.android_stats %}
2323
24- <h2 >Android Build Status: {{ stats.success_packages | times: 100 | divided_by: stats.total_packages }}%</h2 >
24+ <h3 >Android Build Status: {{ stats.success_packages | times: 100 | divided_by: stats.total_packages }}%</h3 >
2525
2626Of the <b >{{ stats.total_packages | number_format:"#,##0 " }}</b > packages that are successfully building for
2727<a href =" https://swiftpackageindex.com/search?query=platform:linux " >Linux</a >,
You can’t perform that action at this time.
0 commit comments