Skip to content

Commit

Permalink
feat: 升级基础库
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojinzi123 committed Nov 11, 2024
1 parent bdeefb4 commit d496dc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Jan 16 19:15:59 CST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lottie = "6.6.0"
kcomponent = "v1.0.8-rc5"
kotlin = "2.0.21"
ksp = "2.0.21-1.0.26"
agp = "8.2.2"
agp = "8.7.2"
# kotlinCompilerExtensionVersion = "1.5.15"
junit = "4.13.2"
androidx-test-ext-junit = "1.2.1"
Expand All @@ -18,7 +18,7 @@ material = "1.12.0"
publish = "0.0.1"

[libraries]
androidx-core = { group = "androidx.core", name = "core-ktx", version = "1.13.1" }
androidx-core = { group = "androidx.core", name = "core-ktx", version = "1.15.0" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version = "1.7.0" }
xiaojinzi-android-support-ktx = { group = "com.github.xiaojinzi123.AndroidSupport", name = "lib-ktx", version.ref = "xiaojinzi-android-support" }
xiaojinzi-android-support-annotation = { group = "com.github.xiaojinzi123.AndroidSupport", name = "lib-annotation", version.ref = "xiaojinzi-android-support" }
Expand Down

0 comments on commit d496dc2

Please sign in to comment.