Skip to content

Commit 1c65ecd

Browse files
authored
Update README.md (#1179)
1 parent cc3c5d2 commit 1c65ecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ This section describes how you can compile the SDK source code on your own.
171171
1. The AWS Core Runtime (`aws-android-sdk-core`) module requires Android API 23 only for compilation locally. Please download and install Android API Level 23 through SDK Manager in Android Studio.
172172

173173
2. When building the [Core module](https://github.com/aws-amplify/aws-sdk-android/blob/master/aws-android-sdk-core/build.gradle#L32), it requires the following:
174-
2.1 Environment variable `ANDROID_HOME` to be set in order to find the `android-23.jar`.
175-
2.2 Environment variable `ANDROID_PLATFORM` to be set to the platform number (`10` through `28` and above)
174+
1. Environment variable `ANDROID_HOME` to be set in order to find the `android-23.jar`.
175+
1. Environment variable `ANDROID_PLATFORM` to be set to the platform number (`10` through `28` and above)
176176

177177
For command line approach, you can build the source via Gradle, which can be downloaded and installed from [here](https://gradle.org/install/).
178178
After installing Gradle, clone this repository and run

0 commit comments

Comments
 (0)