diff --git a/.idea/compiler.xml b/.idea/compiler.xml index fb7f4a8a..b589d56e 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 525a0742..d18abedd 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - - + diff --git a/app/build.gradle b/app/build.gradle index 812b538c..44f97665 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,9 +39,15 @@ android { targetCompatibility 1.8 } + kotlinOptions { + jvmTarget = "1.8" + } + buildFeatures { viewBinding true } + + namespace 'com.cappielloantonio.play' } dependencies { @@ -75,11 +81,11 @@ dependencies { implementation 'com.github.bumptech.glide:annotations:4.15.1' // Media3 - implementation 'androidx.media3:media3-session:1.0.0' - implementation 'androidx.media3:media3-common:1.0.0' - implementation 'androidx.media3:media3-exoplayer:1.0.0' - implementation 'androidx.media3:media3-ui:1.0.0' - implementation 'androidx.media3:media3-cast:1.0.0' + implementation 'androidx.media3:media3-session:1.0.1' + implementation 'androidx.media3:media3-common:1.0.1' + implementation 'androidx.media3:media3-exoplayer:1.0.1' + implementation 'androidx.media3:media3-ui:1.0.1' + implementation 'androidx.media3:media3-cast:1.0.1' annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1' annotationProcessor 'androidx.room:room-compiler:2.5.1' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 6c6e137b..18532c80 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,6 +1,5 @@ - + diff --git a/build.gradle b/build.gradle index e4470882..c2bf316a 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.4.2' + classpath 'com.android.tools.build:gradle:8.0.0' classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0' } } diff --git a/gradle.properties b/gradle.properties index c52ac9b7..091e018b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,4 +16,7 @@ org.gradle.jvmargs=-Xmx2048m # https://developer.android.com/topic/libraries/support-library/androidx-rn android.useAndroidX=true # Automatically convert third-party libraries to use AndroidX -android.enableJetifier=true \ No newline at end of file +android.enableJetifier=true +android.defaults.buildfeatures.buildconfig=true +android.nonTransitiveRClass=false +android.nonFinalResIds=false \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 1bca44ce..a11dd088 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip