Skip to content

Commit 3122337

Browse files
authored
chore(docs): releases not pushed to S3 anymore (#2514)
1 parent 67c3ba3 commit 3122337

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,6 @@ dependencies {
2424

2525
Above, SERVICE might be `s3`, `ddb`, `pinpoint`, etc. A full list is provided below.
2626

27-
### Downloading SDK libraries
28-
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-
31-
Add the aar files to a folder in your project called `libs` (create one if it doesn't already exist).
32-
33-
Ensure that the `libs` directory is included in your module-level `build.gradle`, under the `dependencies` block:
34-
```groovy
35-
dependencies {
36-
implementation fileTree(dir: 'libs', include: ['*.aar'])
37-
}
38-
```
39-
4027
## Available Modules
4128

4229
* apigateway-core

0 commit comments

Comments
 (0)