mirror of
https://github.com/thelinkin3000/SonicLair.git
synced 2026-01-03 04:38:32 -05:00
Hopefully fixed a bug where Android Auto would crash when connection was unstable or inexistent trying to load album art from the server.
18 lines
535 B
Groovy
18 lines
535 B
Groovy
ext {
|
|
minSdkVersion = 25
|
|
compileSdkVersion = 31
|
|
targetSdkVersion = 31
|
|
androidxActivityVersion = '1.2.0'
|
|
androidxAppCompatVersion = '1.4.2'
|
|
androidxCoordinatorLayoutVersion = '1.1.0'
|
|
androidxCoreVersion = '1.3.2'
|
|
androidxFragmentVersion = '1.3.0'
|
|
junitVersion = '4.13.2'
|
|
androidxJunitVersion = '1.1.3'
|
|
androidxEspressoCoreVersion = '3.4.0'
|
|
cordovaAndroidVersion = '10.1.1'
|
|
androidCoreKxtVersion = '1.8.0'
|
|
roomVersion = '2.4.2'
|
|
kspVersion = '1.5.31'
|
|
ktorVersion = '2.0.2'
|
|
} |