Code refactor

This commit is contained in:
h4h13 2020-02-12 23:44:19 +05:30
parent d8dc39d293
commit 3a0e130e06
23 changed files with 399 additions and 389 deletions

View file

@ -22,8 +22,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId "code.name.monkey.retromusic"
versionCode 405
versionName '3.4.900'
versionCode 408
versionName '3.5.000'
multiDexEnabled true
@ -129,8 +129,8 @@ dependencies {
implementation 'androidx.preference:preference:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.core:core-ktx:1.1.0'
implementation 'androidx.fragment:fragment:1.2.0'
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'androidx.fragment:fragment:1.2.1'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'com.google.android.material:material:1.2.0-alpha04'