Skip to content

Commit

Permalink
Merge pull request #401 from THEOplayer/release/v8.2.1
Browse files Browse the repository at this point in the history
Release/v8.2.1
  • Loading branch information
tvanlaerhoven authored Sep 27, 2024
2 parents 3ebd36b + b0b7c99 commit d6f5ff5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [8.2.1] - 24-09-27

### Fixed

- Fixed a build issue on Android when pinning a specific Android player SDK version, while also disabling the Google IMA extension.

## [8.2.0] - 24-09-26

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<dependency>
<groupId>com.theoplayer.theoplayer-sdk-android</groupId>
<artifactId>integration-ads</artifactId>
<version>8.0.0</version>
<version>[8.0.0,)</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.theoplayer.theoplayer-sdk-android</groupId>
<artifactId>integration-ads-ima</artifactId>
<version>8.0.0</version>
<version>[8.0.0,)</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-theoplayer",
"version": "8.2.0",
"version": "8.2.1",
"description": "A THEOplayer video component for react-native.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
1 change: 1 addition & 0 deletions src/api/barrel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ export * from './track/barrel';
export * from './ui/barrel';
export * from './utils/barrel';
export * from './THEOplayerView';
export * from './playback/barrel';
export * from './player/barrel';
export * from './presentation/barrel';

0 comments on commit d6f5ff5

Please sign in to comment.