Skip to content

Commit

Permalink
Releases/v0.6.0 (#10)
Browse files Browse the repository at this point in the history
## Improvements
* Update our media3 dependency to the latest stable version

## Fixes
* Fix views invisible without help from mux data admin team


Co-authored-by: Emily Dixon <edixon@mux.com>
  • Loading branch information
daytime-em authored Jun 15, 2023
1 parent ef29a01 commit 01abc36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ plugins {

allprojects {
project.ext {
media3Version = '1.0.0-beta03'
media3Version = '1.0.2'
}
}
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ muxDistribution {
}

dependencies {
def coreVersion = '0.7.3'
def coreVersion = '0.7.4'
api "com.mux.stats.sdk.muxstats:android:$coreVersion"
api "androidx.media3:media3-common:${media3Version}"

Expand Down

0 comments on commit 01abc36

Please sign in to comment.