Skip to content

Commit c9880b5

Browse files
authored
Update README.md
1 parent fefdb28 commit c9880b5

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The AWS SDK for Android supports the following AWS services:
6363
**Uploading a File to Amazon S3, and then downloading it using Async Task**
6464

6565

66-
```
66+
```java
6767

6868
private class S3Example extends AsyncTask<Void,Void,Void>{
6969
@Override
@@ -222,7 +222,6 @@ Note: Cognito Identity authentication abilities are included in the aws-android-
222222
* ec2 (Amazon EC2),
223223
* sdb (Amazon Simple DB),
224224
* polly (Amazon Polly)
225-
* transcribe (Amazon Transcribe)
226225

227226
#### Using Maven
228227

@@ -232,22 +231,22 @@ The AWS Mobile SDK for Android (since version 2.1.3) supports Apache Maven. A Ma
232231
Here's an example pom.xm showing how you can add Amazon Cognito Identity, Amazon S3, and Amazon Pinpoint to your project:
233232

234233

235-
```
234+
```xml
236235
<dependencies>
237236
<dependency>
238237
<groupid>com.amazonaws</groupid>
239238
<artifactid>aws-android-sdk-core</artifactid>
240-
<version>[2.2,3.0)</version>
239+
<version>[2.6,3.0)</version>
241240
</dependency>
242241
<dependency>
243242
<groupid>com.amazonaws</groupid>
244243
<artifactid>aws-android-sdk-s3</artifactid>
245-
<version>[2.2,3.0)</version>
244+
<version>[2.6,3.0)</version>
246245
</dependency>
247246
<dependency>
248247
<groupid>com.amazonaws</groupid>
249248
<artifactid>aws-android-sdk-pinpoint</artifactid>
250-
<version>[2.2,3.0)</version>
249+
<version>[2.6,3.0)</version>
251250
</dependency>
252251
</dependencies>
253252
```
@@ -292,4 +291,4 @@ If you are using a Mac, you may run into issues when trying to compile, because
292291

293292
## To learn more about Android Development
294293

295-
For more information on Android development, see the Android developer site at: [developer.android.com](http://developer.android.com/index.html)
294+
For more information on Android development, see the Android developer site at: [developer.android.com](http://developer.android.com/index.html)

0 commit comments

Comments
 (0)