Skip to content

Commit

Permalink
cmsdk: Update README.
Browse files Browse the repository at this point in the history
Change-Id: I4def7a31379d375103b1468d5e98ed5de8c9c64f
  • Loading branch information
Adnan Begovic authored and LorDClockaN committed Jul 2, 2016
1 parent a400a7b commit b04781a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.+'
}
```

Expand All @@ -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'
}
```

Expand Down

0 comments on commit b04781a

Please sign in to comment.