File tree 5 files changed +14
-15
lines changed
5 files changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ plugins {
5
5
6
6
android {
7
7
namespace = " com.mux.player.media3"
8
- compileSdk = 34
8
+ compileSdk = 35
9
9
10
10
defaultConfig {
11
11
minSdk = 21
12
- targetSdk = 34
12
+ targetSdk = 35
13
13
versionCode = 1
14
14
versionName = " 1.0"
15
15
Original file line number Diff line number Diff line change @@ -3,14 +3,13 @@ apply plugin: 'com.android.application'
3
3
4
4
android {
5
5
namespace = " com.mux.player.media3"
6
- compileSdkVersion 34
6
+ compileSdk 35
7
7
8
8
defaultConfig {
9
9
applicationId " com.mux.player.media3"
10
10
minSdkVersion 21
11
- // Target SDK 31 causes manifest merger errors. One of our dependencies is not setting
12
- // `android:exported` for an Activity. Error logs have no more useful information
13
- targetSdkVersion 34 // project.ext.targetSdkVersion
11
+ // noinspection EditedTargetSdkVersion
12
+ targetSdk 35
14
13
versionCode 1
15
14
versionName " 1.0"
16
15
multiDexEnabled true
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" com.android.application" ) version " 8.7.2 " apply false
2
+ id(" com.android.application" ) version " 8.7.3 " apply false
3
3
id(" org.jetbrains.kotlin.android" ) version " 2.0.21" apply false
4
- id(" com.android.library" ) version " 8.7.2 " apply false
4
+ id(" com.android.library" ) version " 8.7.3 " apply false
5
5
id(" com.mux.gradle.android.mux-android-distribution" ) version " 1.3.0" apply false
6
6
}
7
7
8
8
allprojects {
9
9
ext {
10
- set(" muxDataVersion" , " 1.6.0 " )
10
+ set(" muxDataVersion" , " 1.6.2 " )
11
11
}
12
- }
12
+ }
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ plugins {
7
7
8
8
android {
9
9
namespace ' com.mux.player'
10
- compileSdk 34
10
+ compileSdk 35
11
11
12
12
defaultConfig {
13
13
minSdk 21
14
14
// noinspection EditedTargetSdkVersion
15
- targetSdk 34
15
+ targetSdk 35
16
16
17
17
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
18
18
consumerProguardFiles " consumer-rules.pro"
@@ -77,8 +77,8 @@ muxDistribution {
77
77
78
78
dependencies {
79
79
80
- def media3Version = " 1.4.1 "
81
- def media3DataSdk = " at_1_4 "
80
+ def media3Version = " 1.5.0 "
81
+ def media3DataSdk = " at_1_5 "
82
82
api " androidx.media3:media3-common:${ media3Version} "
83
83
api " androidx.media3:media3-exoplayer:${ media3Version} "
84
84
api " androidx.media3:media3-ui:${ media3Version} "
You can’t perform that action at this time.
0 commit comments