mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-05-23 22:26:41 +00:00
Update androidxCoreVersion to 1.12.0 and remove unnecessary gradle dependency
This commit is contained in:
parent
58fe29e526
commit
6dabc7a331
2 changed files with 1 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue