Added android 10 dark theme support
This commit is contained in:
parent
46cdedce0b
commit
153f1bd9d0
33 changed files with 372 additions and 352 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
applicationId "code.name.monkey.retromusic"
|
||||
versionCode 371
|
||||
versionName '3.4.000-beta-final'
|
||||
versionCode 372
|
||||
versionName '3.4.000'
|
||||
|
||||
multiDexEnabled true
|
||||
|
||||
|
@ -67,7 +67,7 @@ android {
|
|||
sourceCompatibility '1.8'
|
||||
targetCompatibility '1.8'
|
||||
}
|
||||
buildToolsVersion = '29.0.1'
|
||||
buildToolsVersion = '29.0.2'
|
||||
|
||||
configurations.all {
|
||||
resolutionStrategy.force 'com.google.code.findbugs:jsr305:1.3.9'
|
||||
|
@ -102,7 +102,7 @@ dependencies {
|
|||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
|
||||
implementation 'androidx.multidex:multidex:2.0.1'
|
||||
implementation 'androidx.fragment:fragment:1.2.0-alpha03'
|
||||
implementation 'androidx.fragment:fragment:1.2.0-alpha04'
|
||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.1.0-beta04'
|
||||
implementation "androidx.gridlayout:gridlayout:1.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue