-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Fixes * fix: Rendering issues on Compose UI & API 34 (upstream from media3: [link](androidx/media#1237)) ## Improvements * Update media3 to 1.4.1 + mux data to 1.6.0 (#70)
- Loading branch information
1 parent
f56b238
commit b71af78
Showing
7 changed files
with
21 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ kind: espresso | |
sauce: | ||
region: us-west-1 | ||
concurrency: 2 | ||
retries: 3 | ||
retries: 1 | ||
|
||
metadata: | ||
tags: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
plugins { | ||
id("com.android.application") version "8.5.2" apply false | ||
id("org.jetbrains.kotlin.android") version "2.0.10" apply false | ||
id("com.android.library") version "8.5.2" apply false | ||
id("com.mux.gradle.android.mux-android-distribution") version "1.2.1" apply false | ||
id("com.android.application") version "8.7.2" apply false | ||
id("org.jetbrains.kotlin.android") version "2.0.21" apply false | ||
id("com.android.library") version "8.7.2" apply false | ||
id("com.mux.gradle.android.mux-android-distribution") version "1.3.0" apply false | ||
} | ||
|
||
allprojects { | ||
ext { | ||
set("muxDataVersion", "1.1.0") | ||
set("muxDataVersion", "1.6.0") | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters