mirror of
https://github.com/Michatec/Radio.git
synced 2026-04-01 07:56:27 +02:00
Compare commits
10 Commits
2c1913896d
...
95bf0e5c56
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95bf0e5c56 | ||
|
|
dddd180136 | ||
|
|
46ddd4feca | ||
|
|
e10c8ed68f | ||
|
|
6563820a00 | ||
|
|
594801238a | ||
|
|
8a1e0ef6c2 | ||
|
|
053db2abaa | ||
|
|
7e5d5eb6c1 | ||
|
|
1e1efd422c |
@@ -64,10 +64,10 @@ dependencies {
|
|||||||
implementation 'androidx.palette:palette-ktx:1.0.0'
|
implementation 'androidx.palette:palette-ktx:1.0.0'
|
||||||
implementation 'androidx.preference:preference-ktx:1.2.1'
|
implementation 'androidx.preference:preference-ktx:1.2.1'
|
||||||
implementation 'androidx.media:media:1.7.1'
|
implementation 'androidx.media:media:1.7.1'
|
||||||
implementation 'androidx.media3:media3-exoplayer:1.9.1'
|
implementation 'androidx.media3:media3-exoplayer:1.9.2'
|
||||||
implementation 'androidx.media3:media3-exoplayer-hls:1.9.1'
|
implementation 'androidx.media3:media3-exoplayer-hls:1.9.2'
|
||||||
implementation 'androidx.media3:media3-session:1.9.1'
|
implementation 'androidx.media3:media3-session:1.9.2'
|
||||||
implementation 'androidx.media3:media3-datasource-okhttp:1.9.1'
|
implementation 'androidx.media3:media3-datasource-okhttp:1.9.2'
|
||||||
implementation 'androidx.navigation:navigation-fragment-ktx:2.9.7'
|
implementation 'androidx.navigation:navigation-fragment-ktx:2.9.7'
|
||||||
implementation 'androidx.navigation:navigation-ui-ktx:2.9.7'
|
implementation 'androidx.navigation:navigation-ui-ktx:2.9.7'
|
||||||
implementation 'androidx.work:work-runtime-ktx:2.11.1'
|
implementation 'androidx.work:work-runtime-ktx:2.11.1'
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application' version '9.0.0' apply false
|
id 'com.android.application' version '9.0.0' apply false
|
||||||
id 'com.android.library' version '9.0.0' apply false
|
id 'com.android.library' version '9.0.0' apply false
|
||||||
id 'org.jetbrains.kotlin.android' version "2.3.0" apply false
|
id 'org.jetbrains.kotlin.android' version "2.3.10" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.register('clean', Delete) {
|
tasks.register('clean', Delete) {
|
||||||
|
|||||||
Reference in New Issue
Block a user