Skip to content

Commit

Permalink
Fix config on Camera recording (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
domagojkorman authored Feb 6, 2019
1 parent 3bf0407 commit 1c7ddf7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#### Add dependency

```gradle
implementation 'co.infinum:goldeneye:1.1.1'
implementation 'co.infinum:goldeneye:1.1.2'
```

#### Initialize
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
]

ext.versions = [
goldeneye: '1.1.1',
goldeneye: '1.1.2',
google : '28.0.0',
kotlin : '1.3.10'
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ internal class GoldenEye1Impl @JvmOverloads constructor(
}

state = CameraState.RECORDING_VIDEO
applyConfig()
startPreview()
camera?.unlock()
videoRecorder?.startRecording(file, object : VideoCallback {
Expand Down

0 comments on commit 1c7ddf7

Please sign in to comment.