Skip to content

Commit 0e768d8

Browse files
authored
Blog: Remove link not referenced in stable (#5894)
Fixes publish docs by removing the link reference to the android native docs that was introduced on the same PR
1 parent f4876ad commit 0e768d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/blog/modules/ROOT/pages/15-android-build-flow.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ The diagram above still doesn’t tell the whole story! It shows a typical build
179179
- Instrumented tests (separate APK, own resources, manifests, dependencies)
180180
- Native code (NDK builds, CMake integration)
181181

182-
We cover a lot of these architecture styles in various Android examples, based on xref:mill::android/java.adoc[Java], xref:mill::android/kotlin.adoc[Kotlin] and third party integration examples covering xref:mill::android/compose-samples.adoc[Android Compose], xref:mill::android/android-native-example.adoc[Android Native] and xref:mill::android/hilt-sample.adoc[Dependency Injection with Hilt].
182+
We cover a lot of these architecture styles in various Android examples, based on xref:mill::android/java.adoc[Java], xref:mill::android/kotlin.adoc[Kotlin] and third party integration examples covering xref:mill::android/compose-samples.adoc[Android Compose] and xref:mill::android/hilt-sample.adoc[Dependency Injection with Hilt].
183183

184184
Endless tunnel sample app
185185
image:AndroidEndlessTunnelExample.png[An Android app built with Mill using native code, showing a 3D tunnel effect.]

0 commit comments

Comments
 (0)