Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #188 from novoda/prepare-for-release
Browse files Browse the repository at this point in the history
Prepare for release
  • Loading branch information
Ryan Feline authored Dec 13, 2018
2 parents 687f7e6 + 58ec89a commit 480c949
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ dependencies {
implementation 'com.novoda:no-player:<latest-version>'
}
```

From no-player 4.5.0 this is also needed in the android section of your `build.gradle`

```groovy
compileOptions {
targetCompatibility JavaVersion.VERSION_1_8
}
```

### Simple usage

1. Create a `Player`:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
allprojects {
version = '4.4.6'
version = '4.5.0'
}

def teamPropsFile(propsFile) {
Expand Down

0 comments on commit 480c949

Please sign in to comment.