diff --git a/docs/getStarted.html b/docs/getStarted.html index 4289a16..b91dc74 100644 --- a/docs/getStarted.html +++ b/docs/getStarted.html @@ -138,7 +138,7 @@
SwiftAndroidExample
within the
app/src/main/swift
subdirectory.This project follows the standard structure of
an SPM project and will be automatically built by Gradle as part of the Android project's
- build process with custom build tasks configured in the build.gradle file.
+ build process with custom build tasks configured in the build.gradle
file.
@@ -169,7 +169,7 @@
- To configure SPM project build, make the following changes in the build.gradle
file:
+ To configure SPM project build, make the following changes in the app/build.gradle
file:
build.gradle
, insert the following custom Gradle task:
+ At the end of app/build.gradle
, insert the following custom Gradle task: