mirror of
https://github.com/Michatec/Radio.git
synced 2026-04-01 07:56:27 +02:00
Compare commits
6 Commits
95bf0e5c56
...
ae16b12d28
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ae16b12d28 | ||
|
|
0697ee0dca | ||
|
|
27e324decc | ||
|
|
618914617e | ||
|
|
e81aa10125 | ||
|
|
44d25f92a0 |
@@ -60,7 +60,7 @@ dependencies {
|
|||||||
|
|
||||||
// AndroidX Stuff //
|
// AndroidX Stuff //
|
||||||
implementation 'androidx.core:core-ktx:1.17.0'
|
implementation 'androidx.core:core-ktx:1.17.0'
|
||||||
implementation 'androidx.activity:activity-ktx:1.12.3'
|
implementation 'androidx.activity:activity-ktx:1.12.4'
|
||||||
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'
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application' version '9.0.0' apply false
|
id 'com.android.application' version '9.0.1' apply false
|
||||||
id 'com.android.library' version '9.0.0' apply false
|
id 'com.android.library' version '9.0.1' apply false
|
||||||
id 'org.jetbrains.kotlin.android' version "2.3.10" apply false
|
id 'org.jetbrains.kotlin.android' version "2.3.10" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user