cmsdk: Update README.

Change-Id: I4def7a31379d375103b1468d5e98ed5de8c9c64f
This commit is contained in:
Adnan Begovic 2016-07-01 15:39:33 -07:00
parent b62a4550c3
commit d4bc9d3406
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:4.+'
compile 'org.cyanogenmod:platform.sdk:5.+'
}
```
@ -29,11 +29,11 @@ repositories {
}
```
You can target the `future` or `development` branch by setting your `dependencies` for `5.0-SNAPSHOT`
You can target the `future` or `development` branch by setting your `dependencies` for `6.0-SNAPSHOT`
```gradle
dependencies {
compile 'org.cyanogenmod:platform.sdk:5.0-SNAPSHOT'
compile 'org.cyanogenmod:platform.sdk:6.0-SNAPSHOT'
}
```