You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The AWS SDK for Android is a collection of low-level libraries for direct intera
11
11
12
12
## Installation
13
13
14
-
The AWS SDK for Android can be directly embedded via `.jar` files, or you can download it from the Maven Central repository, by integrating it into your Android project's Gradle files.
14
+
The AWS SDK for Android can be directly embedded via `.aar` files, or you can download it from the Maven Central repository, by integrating it into your Android project's Gradle files.
15
15
16
16
### From Maven
17
17
We recommend obtaining the dependency from Maven. To do so, add a dependency to your app's (module-level) `build.gradle`, in the `dependencies` section:
@@ -24,16 +24,16 @@ dependencies {
24
24
25
25
Above, SERVICE might be `s3`, `ddb`, `pinpoint`, etc. A full list is provided below.
26
26
27
-
### Downloading SDK Jars
27
+
### Downloading SDK libraries
28
28
29
-
You can also download a `.zip` file containg `.jar` files for each of the SDK modules, [here](https://sdk-for-android.amazonwebservices.com/latest/aws-android-sdk.zip).
29
+
You can also download a `.zip` file containg `.aar` files for each of the SDK modules, [here](https://sdk-for-android.amazonwebservices.com/latest/aws-android-sdk.zip).
30
30
31
-
Add the jar files to a folder in your project called `libs` (create one if it doesn't already exist).
31
+
Add the aar files to a folder in your project called `libs` (create one if it doesn't already exist).
32
32
33
33
Ensure that the `libs` directory is included in your module-level `build.gradle`, under the `dependencies` block:
0 commit comments