cmsdk: Update README.

Change-Id: I6601bfe9fa2afe953d5150236759ef82be3b9b80
This commit is contained in:
Adnan Begovic 2015-10-01 16:49:18 -07:00
parent 10d20252e4
commit 3bee029cd7
1 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ Our stable releases are mirrored in [Maven Central](http://search.maven.org/#sea
```gradle
dependencies {
compile 'org.cyanogenmod:platform.sdk:1.0'
compile 'org.cyanogenmod:platform.sdk:2.0'
}
```
@ -29,11 +29,11 @@ repositories {
}
```
You can target the `future` or `development` branch by setting your `dependencies` for `2.0-SNAPSHOT`
You can target the `future` or `development` branch by setting your `dependencies` for `3.0-SNAPSHOT`
```gradle
dependencies {
compile 'org.cyanogenmod:platform.sdk:2.0-SNAPSHOT'
compile 'org.cyanogenmod:platform.sdk:3.0-SNAPSHOT'
}
```