mirror of
https://github.com/Michatec/Radio.git
synced 2026-01-30 23:17:21 +00:00
Compare commits
18 Commits
9b5c7e3c04
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2c1913896d | ||
|
|
026e18ae22 | ||
|
|
3b6ebe5e1b | ||
|
|
26eab4c64c | ||
|
|
75b3deb210 | ||
|
|
96389a5c81 | ||
|
|
1544c07938 | ||
|
|
65e9d1fed4 | ||
|
|
9bfc1661b8 | ||
|
|
9a379675bf | ||
|
|
529e359f7f | ||
|
|
fc3a1f767a | ||
|
|
9197e5c2a9 | ||
|
|
5920327283 | ||
|
|
769cbb505f | ||
|
|
1f5d61759c | ||
|
|
5b1d6d96c7 | ||
|
|
606154cfb3 |
@@ -60,17 +60,17 @@ dependencies {
|
||||
|
||||
// AndroidX Stuff //
|
||||
implementation 'androidx.core:core-ktx:1.17.0'
|
||||
implementation 'androidx.activity:activity-ktx:1.12.2'
|
||||
implementation 'androidx.activity:activity-ktx:1.12.3'
|
||||
implementation 'androidx.palette:palette-ktx:1.0.0'
|
||||
implementation 'androidx.preference:preference-ktx:1.2.1'
|
||||
implementation 'androidx.media:media:1.7.1'
|
||||
implementation 'androidx.media3:media3-exoplayer:1.9.0'
|
||||
implementation 'androidx.media3:media3-exoplayer-hls:1.9.0'
|
||||
implementation 'androidx.media3:media3-session:1.9.0'
|
||||
implementation 'androidx.media3:media3-datasource-okhttp:1.9.0'
|
||||
implementation 'androidx.navigation:navigation-fragment-ktx:2.9.6'
|
||||
implementation 'androidx.navigation:navigation-ui-ktx:2.9.6'
|
||||
implementation 'androidx.work:work-runtime-ktx:2.11.0'
|
||||
implementation 'androidx.media3:media3-exoplayer:1.9.1'
|
||||
implementation 'androidx.media3:media3-exoplayer-hls:1.9.1'
|
||||
implementation 'androidx.media3:media3-session:1.9.1'
|
||||
implementation 'androidx.media3:media3-datasource-okhttp:1.9.1'
|
||||
implementation 'androidx.navigation:navigation-fragment-ktx:2.9.7'
|
||||
implementation 'androidx.navigation:navigation-ui-ktx:2.9.7'
|
||||
implementation 'androidx.work:work-runtime-ktx:2.11.1'
|
||||
|
||||
// Volley HTTP request //
|
||||
implementation 'com.android.volley:volley:1.2.1'
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
||||
Reference in New Issue
Block a user