Skip to content

Commit

Permalink
tool updates + fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
daytime-em committed Dec 17, 2024
1 parent 7fff193 commit 133894c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions automatedtests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ apply plugin: 'com.android.application'

android {
namespace = "com.mux.player.media3"
compileSdkVersion 34
compileSdk 35

defaultConfig {
applicationId "com.mux.player.media3"
minSdkVersion 21
// Target SDK 31 causes manifest merger errors. One of our dependencies is not setting
// `android:exported` for an Activity. Error logs have no more useful information
targetSdkVersion 34 //project.ext.targetSdkVersion
//noinspection EditedTargetSdkVersion
targetSdk 35
versionCode 1
versionName "1.0"
multiDexEnabled true
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
plugins {
id("com.android.application") version "8.7.2" apply false
id("com.android.application") version "8.7.3" 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.android.library") version "8.7.3" apply false
id("com.mux.gradle.android.mux-android-distribution") version "1.3.0" apply false
}

allprojects {
ext {
set("muxDataVersion", "1.6.2")
}
}
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 133894c

Please sign in to comment.