cmsdk: Update README for release artifact numerics.

Change-Id: I3571c40bc79be5b90f3ba3558780f8f5b539ab9d
This commit is contained in:
Adnan Begovic 2016-03-07 16:14:50 -08:00
parent b4eafda7de
commit 6356c9b56b
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:2.0'
compile 'org.cyanogenmod:platform.sdk:4.+'
}
```
@ -29,11 +29,11 @@ repositories {
}
```
You can target the `future` or `development` branch by setting your `dependencies` for `3.0-SNAPSHOT`
You can target the `future` or `development` branch by setting your `dependencies` for `5.0-SNAPSHOT`
```gradle
dependencies {
compile 'org.cyanogenmod:platform.sdk:3.0-SNAPSHOT'
compile 'org.cyanogenmod:platform.sdk:5.0-SNAPSHOT'
}
```