mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-04 19:08:48 +02:00
Update androidxCoreVersion to 1.12.0 and remove unnecessary gradle dependency
This commit is contained in:
@@ -93,7 +93,6 @@ dependencies {
|
||||
|
||||
implementation "androidx.core:core-ktx:$androidx_core_ktx_version"
|
||||
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_coroutines_version"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlin_coroutines_version"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ ext {
|
||||
androidxActivityVersion = '1.7.0'
|
||||
androidxAppCompatVersion = '1.7.0'
|
||||
androidxCoordinatorLayoutVersion = '1.2.0'
|
||||
androidxCoreVersion = '1.10.0'
|
||||
androidxCoreVersion = '1.12.0'
|
||||
androidPlayCore = '1.9.0'
|
||||
androidxFragmentVersion = '1.5.6'
|
||||
junitVersion = '4.13.2'
|
||||
|
||||
Reference in New Issue
Block a user