Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit fc4fc05

Browse files
committed
依赖升级
1 parent 856d4c3 commit fc4fc05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildSrc/src/main/kotlin/Libs.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ object Plugins {
3636

3737
object Libs {
3838
const val coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0"
39-
const val core = "androidx.core:core-ktx:1.3.2"
39+
const val core = "androidx.core:core-ktx:1.5.0"
4040
const val desugar = "com.android.tools:desugar_jdk_libs:1.1.5"
41-
const val appCompat = "androidx.appcompat:appcompat:1.2.0"
41+
const val appCompat = "androidx.appcompat:appcompat:1.3.0"
4242
const val annotation = "androidx.annotation:annotation:1.2.0"
4343
const val activity = "androidx.activity:activity-ktx:1.2.3"
44-
const val fragment = "androidx.fragment:fragment-ktx:1.3.3"
44+
const val fragment = "androidx.fragment:fragment-ktx:1.3.4"
4545
const val legacySupport = "androidx.legacy:legacy-support-v4:1.0.0"
4646
const val preference = "androidx.preference:preference:1.1.1"
4747
const val palette = "androidx.palette:palette-ktx:1.0.0"

0 commit comments

Comments
 (0)