Files
SonicLair/android/variables.gradle
Carlos Perez d5325fc60d Bugfix
Hopefully fixed a bug where Android Auto would crash when connection was
unstable or inexistent trying to load album art from the server.
2022-07-08 21:08:36 -03:00

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'
}