Skip to content

Commit e22e0d9

Browse files
committed
comments suggestions
1 parent c977f9a commit e22e0d9

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

example/android/javalib/5-R8/build-docs.adoc renamed to website/docs/modules/ROOT/pages/android/build-docs.adoc

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1+
= Android Build File
2+
3+
This is an example of a build file for an Android application using Mill. It demonstrates how to set up an Android project, configure the SDK, and define tasks for building and testing the application.
4+
15
[source,scala]
26
----
3-
//// SNIPPET:BUILD
4-
// This section sets up a basic Android project using Mill. <1>
5-
// We utilize `AndroidAppModule` and `AndroidSdkModule` to streamline the process of
6-
// building an Android application with minimal configuration.
7-
//
8-
// By extending `AndroidAppModule`, we inherit all Android-related tasks such as
9-
// resource generation, APK building, DEX conversion, and APK signing. <2>
10-
// Additionally, `AndroidSdkModule` is embedded, making SDK management seamless.
11-
127
package build
138
149
import mill._, javalib._

0 commit comments

Comments
 (0)