mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-04 16:23:08 +00:00
build: Dependency and Gradle update
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.cappielloantonio.play">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
|
||||
|
||||
Reference in New Issue
Block a user