deps: update androidx/kotlin
Upgrade deps chore: core -> 1.5.0 fragment -> 1.3.4 kotlin -> 1.5.10
This commit is contained in:
parent
804c38d7ce
commit
cd930554bf
3 changed files with 5 additions and 3 deletions
|
@ -61,9 +61,9 @@ dependencies {
|
|||
// --- SUPPORT ---
|
||||
|
||||
// General
|
||||
implementation "androidx.core:core-ktx:1.3.2"
|
||||
implementation "androidx.core:core-ktx:1.5.0"
|
||||
implementation "androidx.activity:activity-ktx:1.2.3"
|
||||
implementation 'androidx.fragment:fragment-ktx:1.3.3'
|
||||
implementation 'androidx.fragment:fragment-ktx:1.3.4'
|
||||
|
||||
// UI
|
||||
implementation "androidx.recyclerview:recyclerview:1.2.0"
|
||||
|
|
|
@ -13,6 +13,8 @@ import java.lang.Exception
|
|||
/**
|
||||
* The main storage for music items. Use [MusicStore.getInstance] to get the single instance of it.
|
||||
* @author OxygenCobalt
|
||||
* TODO: Modernize the blacklist system to Android 10+
|
||||
* TODO: Investigate issue where flac files have no years
|
||||
*/
|
||||
class MusicStore private constructor() {
|
||||
private var mGenres = listOf<Genre>()
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
buildscript {
|
||||
ext.kotlin_version = "1.5.0"
|
||||
ext.kotlin_version = "1.5.10"
|
||||
ext.navigation_version = "2.3.5"
|
||||
|
||||
repositories {
|
||||
|
|
Loading…
Reference in a new issue