Skip to content

Commit

Permalink
Merge pull request #390 from THEOplayer/bugfix/maven_repo
Browse files Browse the repository at this point in the history
Bugfix/maven repo
  • Loading branch information
tvanlaerhoven committed Sep 14, 2024
2 parents 02c47a4 + 724b4e3 commit c63e44b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ 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.0.1] - 24-09-14
## [8.0.3] - 24-09-14

### Fixed

- Fixed an issue on Android where the THEO Maven repository would not be picked up by all dependencies.

## [8.0.2] - 24-09-14

### Fixed

Expand Down
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ android {

rootProject.allprojects {
repositories {
maven { url "https://maven.theoplayer.com/releases" }
maven { url("$rootDir/../node_modules/react-native-theoplayer/android/local") }
}
}
Expand Down

0 comments on commit c63e44b

Please sign in to comment.