mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
build: Dependency and Gradle update
This commit is contained in:
parent
c1b632ccb1
commit
70d58a9232
7 changed files with 20 additions and 13 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue