deps: update androidx/kotlin

Upgrade deps chore:
core -> 1.5.0
fragment -> 1.3.4
kotlin -> 1.5.10
This commit is contained in:
OxygenCobalt 2021-05-30 16:41:13 -06:00
parent 804c38d7ce
commit cd930554bf
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
3 changed files with 5 additions and 3 deletions

View file

@ -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"

View file

@ -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>()

View file

@ -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 {