mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-30 15:45:14 +02:00
Update gradle, add jvmtoolchain, update kotlin version, address gradle warnings
This commit is contained in:
parent
2c1f5081f2
commit
044dd7fea9
11 changed files with 126 additions and 84 deletions
|
@ -1,6 +1,6 @@
|
|||
ext {
|
||||
minSdkVersion = 24
|
||||
compileSdkVersion = 34
|
||||
compileSdkVersion = 35
|
||||
targetSdkVersion = 34
|
||||
androidxActivityVersion = '1.7.0'
|
||||
androidxAppCompatVersion = '1.7.0'
|
||||
|
@ -13,7 +13,7 @@ ext {
|
|||
androidxEspressoCoreVersion = '3.5.1'
|
||||
cordovaAndroidVersion = '10.1.1'
|
||||
androidx_car_version = '1.0.0-alpha7'
|
||||
androidx_core_ktx_version = '1.13.1'
|
||||
androidx_core_ktx_version = '1.15.0'
|
||||
androidx_media_version = '1.7.0'
|
||||
androidx_preference_version = '1.1.1'
|
||||
androidx_test_runner_version = '1.3.0'
|
||||
|
@ -27,7 +27,7 @@ ext {
|
|||
gradle_version = '3.1.4'
|
||||
gson_version = '2.8.5'
|
||||
junit_version = '4.13'
|
||||
kotlin_version = '2.0.0'
|
||||
kotlin_version = '2.1.0'
|
||||
kotlin_coroutines_version = '1.6.4'
|
||||
multidex_version = '1.0.3'
|
||||
play_services_auth_version = '18.1.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue